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

MonthViewCellStyle.FirstDayOfMonthDayNumberTextStyle Property

Gets or sets text appearance settings that the View uses to display the day of the month when the day is the first day of the month.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public TextStyle FirstDayOfMonthDayNumberTextStyle { get; set; }

Property Value

Type Description
TextStyle

The storage of text appearance settings.

See Also