Scheduler for WPF | ComponentOne
C1.WPF.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 RoutedCommand
    public static readonly RoutedCommand HideGroupCommand
    Remarks
    Command parameter must specify the SchedulerGroupItem object to hide.
    See Also