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.v22.2.dll

NuGet Package: 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.

View Example: Use Styles and Templates to Customize the TimeRuler

Inheritance

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