DayViewBaseActualAppearance.AllDayAppointmentStatusWidth Property
Gets the status width value that is applied to the AppointmentItem whose AllDay property is true
.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double AllDayAppointmentStatusWidth { get; }
Property Value
Type | Description |
---|---|
Double | The status width value. |
See Also