Back to Devexpress

DayViewBase.CellMinHeight Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-832cf79a.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public double CellMinHeight { get; set; }
vb
Public Property CellMinHeight As Double

Property Value

TypeDescription
Double

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

|

See Also

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace