Skip to main content

TimeRulerHeaderViewModel Class

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
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.XamarinForms.Scheduler.Internal.NotifyPropertyChangedBase
ItemViewModel
TimeRulerHeaderViewModel
See Also