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