Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TimeRulerHeaderAppearance Class

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

#Declaration

C#
public class TimeRulerHeaderAppearance :
    AppearanceBase

The following members return TimeRulerHeaderAppearance objects:

#Remarks

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:

Time Ruler Header Style

#Inheritance

System.Object
BindableObject
Element
AppearanceBase
TimeRulerHeaderAppearance
See Also