Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TimeRulerCellPresenter Class

Displays the time ruler’s cell content.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v24.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