Skip to main content

TimeRulerCellPresenter Class

Displays the time ruler’s cell content.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public class TimeRulerCellPresenter :
    ChromePresenterBase

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.

View Example: Use Styles and Templates to Customize the TimeRuler

Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
ContentPresenter
DevExpress.Xpf.Scheduling.Visual.ChromePresenterBase
TimeRulerCellPresenter
See Also