Skip to main content

TimeRulerHeaderViewModel Class

The storage for appearance settings of an individual time ruler header’s representation.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public class TimeRulerHeaderViewModel :
    ItemViewModel

Remarks

The Scheduler View uses this class instance as BindingContext value of a data template assigned to the DayViewBase.TimeRulerHeaderTemplate property stores this class’s instance.

Inheritance

Object
DevExpress.Maui.Scheduler.Internal.NotifyPropertyChangedBase
ItemViewModel
TimeRulerHeaderViewModel
See Also