Skip to main content

MonthViewActualAppearance.HeaderItemCustomizer Property

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

public IMonthViewHeaderItemCustomizer HeaderItemCustomizer { get; }

Property Value

Type Description
IMonthViewHeaderItemCustomizer

The customization object.

See Also