MonthViewCellStyle.FirstDayOfMonthStringFormat Property
Gets or sets the format string the cells use to display the day text when the cell represents the first day of a month.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public string FirstDayOfMonthStringFormat { get; set; }
Property Value
Type | Description |
---|---|
String | The format string the cells use to display the day text. |
See Also