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