Skip to main content

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

NuGet Package: DevExpress.XamarinForms.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