Skip to main content
A newer version of this page is available. .

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.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public double CellMinHeight { get; set; }

Property Value

Type Description
Double

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

See Also