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