Skip to main content
A newer version of this page is available. .

TimeRulerCellViewModel Class

A View Model used in TimeRulerCellControl containing options to display a time ruler cell.

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public class TimeRulerCellViewModel :
    NotifyPropertyChangedBase,
    ISelectableInterval

The following members return TimeRulerCellViewModel objects:

Remarks

A TimeRulerCellViewModel instance is available using the TimeRulerCellControl.Content property. It provides options for displaying a cell in the TimeRuler visual element.

Tip

A complete sample project is available in the DevExpress Code Examples database at https://supportcenter.devexpress.com/ticket/details/t610483/how-to-customize-timeruler-using-styles-and-templates.

Inheritance

Object
DevExpress.Xpf.Scheduling.Internal.NotifyPropertyChangedBase
TimeRulerCellViewModel
See Also