VEvent.IsAllDay Property
Gets whether the event is an ‘all-day’ event.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v26.1.Core.Desktop.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the current event is an all-day event; otherwise, false. |
Remarks
This property maps to the Appointment.AllDay property of the XtraScheduler appointment.
See Also