ViewBaseActualAppearance.AppointmentStatusWidth Property
In This Article
Gets the width of the appointment status that is applied to the DevExpress.Maui.Scheduler view.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public double AppointmentStatusWidth { get; }
#Property Value
Type | Description |
---|---|
Double | The width of the appointment status. |
See Also