MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / GroupStyle Property

In This Topic
    GroupStyle Property
    In This Topic
    Gets a collection of GroupStyle objects that define the appearance of each level of groups.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property GroupStyle As ObservableCollection(Of GroupStyle)
    public new ObservableCollection<GroupStyle> GroupStyle {get;}
    See Also