ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / PropertyGroupDescription Class / GroupNames Property

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