AppointmentItem.AllDay Property
Gets or sets whether the appointment lasts the entire day (or several days).
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public bool AllDay { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also