Skip to main content
A newer version of this page is available. .

MonthViewHeaderItemStyle.Customizer Property

Gets or sets an object that customizes the appearance of an individual month view header item.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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