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

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

Syntax

C#
public static readonly C1Command NavigateToPreviousGroupCommand
Visual Basic
Public Shared ReadOnly NavigateToPreviousGroupCommand 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.
  • "Home" for navigating to the first group.

See Also