Skip to main content
All docs
V18.2

DayViewBase.CellMinHeight Property

Gets or sets the minimum height of time cells in the Day View, Work Week View, and Week View. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler.Internal

Assembly: DevExpress.UI.Xaml.Scheduler.v18.2.dll

Declaration

public double CellMinHeight { get; set; }

Property Value

Type Description
Double

A System.Double value that specifies the minimum cell height in pixels.

See Also