DayViewBaseActualAppearance.RulerCellCustomizer Property
In This Article
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
C#
public ITimeRulerCellCustomizer RulerCellCustomizer { get; }
#Property Value
Type | Description |
---|---|
ITime |
The customization object. |
See Also