TimeRulerCellViewModel.TextFormat Property
Gets or sets the format string that the cell uses to format the time it displays.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string TextFormat { get; set; }
Property Value
Type | Description |
---|---|
String | The format string that the cell uses to format the time it displays |
See Also