Gets a Boolean value determining whether the C1Scheduler control
can be navigated to the next SchedulerGroupItem object.
This is a dependency property.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public bool CanNavigateNextGroup { get; private set; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public Property CanNavigateNextGroup As Boolean Get Private Set |