MonthViewActualAppearance.HeaderItemCustomizer Property
In This Article
Gets the customization object that is applied to the header.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public IMonthViewHeaderItemCustomizer HeaderItemCustomizer { get; }
#Property Value
Type | Description |
---|---|
IMonth |
The customization object. |
See Also