ShowWeekTabs Property (C1Scheduler)
In This Topic
Gets or sets the
System.Boolean value determining whether control shows week tabs in a month view. This is a dependency property.
Syntax
'Declaration
Public Property ShowWeekTabs As Boolean
public bool ShowWeekTabs {get; set;}
See Also