Skip to main content
A newer version of this page is available. .

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

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