Defines the command that navigates C1Scheduler UI to the next SchedulerGroupItem object.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static readonly C1Command NavigateToNextGroupCommand
Visual Basic
Public Shared ReadOnly NavigateToNextGroupCommand As C1Command

Remarks

Optional command parameter is one of the next values:
  • "Page" for the page navigation. The page size is determined by the GroupPageSize property value.
  • "End" for navigating to the last group.

See Also