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.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public bool CanNavigatePreviousGroup { get; private set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property CanNavigatePreviousGroup As Boolean
	Get
	Private Set

See Also