AppointmentModificationControllerBase.AllDay Property
Gets or sets a value indicating if the appointment currently being edited in the form is an All-day appointment.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if this is an all-day appointment; otherwise, false. |
Remarks
Use the AllDay property to get or set whether the appointment currently being edited in the custom Edit Appointment form is an all day appointment.
See Also