DayViewBaseActualAppearance.CellCustomizer Property
Gets the customization object that is applied to the cells.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IDayViewCellCustomizer CellCustomizer { get; }
Property Value
Type | Description |
---|---|
IDayViewCellCustomizer | The customization object. |
See Also