Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / GroupStyle Property

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