Skip to main content

DayViewBase.CellMinHeight Property

Gets or sets the minimum height of cells.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public double CellMinHeight { get; set; }

#Property Value

Type Description
Double

The minimum height of cells, in density independent pixels.

See Also