Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / IsGrouped Property

In This Topic
    IsGrouped Property (C1Scheduler)
    In This Topic
    Gets a System.Boolean value determining whether grouping has been set for the C1Scheduler control. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsGrouped As Boolean
    public bool IsGrouped {get;}
    See Also