CanNavigateNextGroup 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 CanNavigateNextGroup As Boolean
public bool CanNavigateNextGroup {get;}
See Also