[]
Gets or sets the bool value indicating whether the control should show weekends in a Month View. The default value is True.
[C1Category("Layout")]
[C1Description("ShowWeekends", "Determines whether the control shows weekends in a Month View.")]
public bool ShowWeekends { get; set; }
<C1Category("Layout")>
<C1Description("ShowWeekends", "Determines whether the control shows weekends in a Month View.")>
Public Property ShowWeekends As Boolean