MonthViewCellAppearance.DayNumberHeight Property
In This Article
Gets or sets the height of the MonthView‘s day of the month number. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public double DayNumberHeight { get; set; }
#Property Value
Type | Description |
---|---|
Double | The height of the Month |
See Also