TimeRulerCellViewModel.TimeText Property
Return the text the cell creates for Time by TextFormat.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string TimeText { get; }
Property Value
Type | Description |
---|---|
String | The text the cell creates for Time by TextFormat. |
See Also