Skip to main content

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

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public IAppointmentCustomizer Customizer { get; set; }

Property Value

Type Description
IAppointmentCustomizer

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

See Also