Defines the command that hides the specified SchedulerGroupItem object.

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

Syntax

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

Remarks

Command parameter must specify the SchedulerGroupItem object to hide.

See Also