TimeRulerCellPresenter Class
Displays the time ruler’s cell content.
Namespace: DevExpress.Xpf.Scheduling.Visual
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Remarks
To display hour and minutes in the TimeRuler‘s cells, the TimeRulerCellPresenter provides the TimeRulerCellPresenter.HourString and TimeRulerCellPresenter.MinuteString properties whose values are displayed by the TimeRulerCellHourPresenter and TimeRulerCellMinutePresenter elements, respectively.
Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
ContentPresenter
DevExpress.Xpf.Scheduling.Visual.ChromePresenterBase
TimeRulerCellPresenter
See Also