Skip to main content

DayViewBaseActualAppearance.AllDayAreaCellCustomizer Property

Gets the customization object that is applied to the all-day area’s cells.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public IAllDayAreaCellCustomizer AllDayAreaCellCustomizer { get; }

Property Value

Type Description
IAllDayAreaCellCustomizer

The customization object.

See Also