VEvent.IsAllDay Property
Gets whether the event is an ‘all-day’ event.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v21.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
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