DayViewTimeCells.ShowAllDayArea Property
Specifies whether the all-day area is visible.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowAllDayArea { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowAllDayArea As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to show the all-day area; otherwise, false. |
Remarks
If the ShowAllDayArea is set to true, the all-day appointments are painted in the time cells area, as if the DayViewTimeCells.ShowAllAppointmentsAtTimeCells property is set to true. Note that, although all-day appointments are shown in time cells, the ShowAllAppointmentsAtTimeCells value remains unchanged until it is modified explicitly.
See Also
Feedback