MonthView.AppointmentHeight Property
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
public double AppointmentHeight { get; set; }
Property Value
Type | Description |
---|---|
Double | The appointment height, in density independent pixels. |
See Also