MonthViewActualAppearance.CellDayStringFormat Property
Gets the format string value that is applied to the MonthView day cell’s text. To specify this value, use the DayStringFormat property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string CellDayStringFormat { get; }
Property Value
Type | Description |
---|---|
String | The format string. |
See Also