Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / HideGroupCommand Field

In This Topic
    HideGroupCommand Field (C1Scheduler)
    In This Topic
    Defines the command that hides the specified SchedulerGroupItem object.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly HideGroupCommand As C1Command
    public static readonly C1Command HideGroupCommand
    Remarks
    Command parameter must specify the SchedulerGroupItem object to hide.
    See Also