DayViewBase.CellMinHeight Property
Gets or sets the minimum height of cells. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double CellMinHeight { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 30 | The minimum height of cells, in density independent pixels. |
See Also