Skip to main content

MonthViewActualAppearance.CellDayNumberHeight Property

Gets the height value that is applied to the MonthView day cells. To specify this color, use the DayNumberHeight property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public double CellDayNumberHeight { get; }

Property Value

Type Description
Double

The height.

See Also