DxSchedulerAppointmentItem.AllDay Property
In This Article
Specifies whether the appointment is scheduled for the entire day or several days.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public bool AllDay { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | True, if an appointment is an all-day appointment; otherwise, false. |
See Also