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