MonthViewCellAppearance.DayNumberHeight Property
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
public double DayNumberHeight { get; set; }
Property Value
Type | Description |
---|---|
Double | The height of the MonthView‘s day of the month number. |
See Also