MonthViewActualAppearance.CellCustomizer Property
In This Article
Gets the object that customizes the month view cell’s appearance depending on internal logic. To specify this object, use the Customizer property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public IMonthViewCellCustomizer CellCustomizer { get; }
#Property Value
Type | Description |
---|---|
IMonth |
The object that customizes the month view cell’s appearance depending on internal logic. |
See Also