TimeRulerCellViewModel.TextFormat Property
Gets or sets the format string that the cell uses to format the time it displays.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.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