MonthView.AppointmentHeight Property
In This Article
Gets or sets the appointment height that the View assigns to all appointments. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public double AppointmentHeight { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | 19 | The appointment height, in density independent pixels. |
See Also