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