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

Declaration

public class TimeRulerCellViewModel :
    NotifyPropertyChangedBase,
    ISelectableInterval,
    IDisposable

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 http://www.devexpress.com/example=T610483.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TimeRulerCellViewModel class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

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