Skip to main content

MonthViewCellStyle.DayNumberHeight Property

Gets or sets the height of an area the cell uses to display the day of the month.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public double DayNumberHeight { get; set; }

Property Value

Type Description
Double

The height of an area the cell uses to display the day of the month, in density independent pixels.

See Also