DayViewBaseActualAppearance.RulerCellCustomizer Property
Gets the customization object that is applied to the ruler’s cell.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public ITimeRulerCellCustomizer RulerCellCustomizer { get; }
Property Value
Type | Description |
---|---|
ITimeRulerCellCustomizer | The customization object. |
See Also