VEvent.IsAllDay Property
In This Article
Gets whether the event is an ‘all-day’ event.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.2.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