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

AppointmentStyle.Customizer Property

Gets or sets the object that customizes the appointment appearance depending on internal logic.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public IAppointmentCustomizer Customizer { get; set; }

Property Value

Type Description
IAppointmentCustomizer

The object that customizes the appointment appearance depending on internal logic.

See Also