Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public double CellMinHeight { get; set; }

Property Value

Type Description
Double

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

See Also