MonthViewHeaderItemAppearance.Customizer Property
Gets or sets an object that customizes the appearance of an individual month view header item. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IMonthViewHeaderItemCustomizer Customizer { get; set; }
Property Value
Type | Description |
---|---|
IMonthViewHeaderItemCustomizer | The object that customizes the appearance of an individual month view header item. |
See Also