maui-devexpress-dot-maui-dot-scheduler-08c9612b.md
The storage for the appearance settings of the Day-based View’s time ruler header.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public class TimeRulerHeaderAppearance :
AppearanceBase
The following members return TimeRulerHeaderAppearance objects:
The DayView, WorkWeekView and WeekView use this class to store settings of the time ruler cells.
The Views contain the following options that configure the default header’s appearance:
System.Object BindableObject Element AppearanceBase TimeRulerHeaderAppearance
Yield<TimeRulerHeaderAppearance>()
YieldIfNotNull<TimeRulerHeaderAppearance>()
See Also