MonthViewCellViewModel.DateString Property
Gets or sets a textual representation of Date the cell shows.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string DateString { get; set; }
Property Value
Type | Description |
---|---|
String | The textual representation of Date the cell shows. |
See Also