ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / GroupDescription Class / GroupNames Property

In This Topic
    GroupNames Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property GroupNames As System.Collections.ObjectModel.ObservableCollection(Of Object)
    public System.Collections.ObjectModel.ObservableCollection<object> GroupNames {get;}
    See Also