Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / ShowNavigationPanels Property

In This Topic
    ShowNavigationPanels Property (C1Scheduler)
    In This Topic
    Gets or sets the System.Boolean value determining whether control should show navigation panels. This is a dependency property. The default value is True.
    Syntax
    'Declaration
     
    
    Public Property ShowNavigationPanels As Boolean
    public bool ShowNavigationPanels {get; set;}
    See Also