wpf-devexpress-dot-xpf-dot-scheduling-dot-visualdata-e89a5346.md
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
public class TimeRulerCellViewModel :
NotifyPropertyChangedBase,
ISelectableInterval
Public Class TimeRulerCellViewModel
Inherits NotifyPropertyChangedBase
Implements ISelectableInterval
The following members return TimeRulerCellViewModel objects:
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
Object DevExpress.Xpf.Scheduling.Internal.NotifyPropertyChangedBase TimeRulerCellViewModel
See Also