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

In This Topic
    CanNavigatePreviousGroup Property (C1Scheduler)
    In This Topic
    Gets a System.Boolean value determining whether the C1Scheduler control can be navigated to the next SchedulerGroupItem object. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanNavigatePreviousGroup As Boolean
    public bool CanNavigatePreviousGroup {get;}
    See Also