TimeRulerCellAppearance.IntervalLabelTextFontFamily Property
Gets or sets a time ruler cell’s font family that is used when the cell displays a time slot that is the first slot in the time scale interval. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string IntervalLabelTextFontFamily { get; set; }
Property Value
Type | Description |
---|---|
String | The time ruler cell’s font family. |
See Also