Back to Devexpress

TimeRulerCellViewModel Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-visualdata-e89a5346.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class TimeRulerCellViewModel :
    NotifyPropertyChangedBase,
    ISelectableInterval
vb
Public Class TimeRulerCellViewModel
    Inherits NotifyPropertyChangedBase
    Implements 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

TimeRulerCellViewModel Members

DevExpress.Xpf.Scheduling.VisualData Namespace