ComponentOne MultiSelect for UWP
C1.Xaml.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 IObservableVector(Of GroupStyle)
    public new IObservableVector<GroupStyle> GroupStyle {get;}
    See Also