AppointmentAppearance.Customizer Property
Gets or sets the object that customizes the appointment’s appearance depending on internal logic. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IAppointmentCustomizer Customizer { get; set; }
Property Value
Type | Description |
---|---|
IAppointmentCustomizer | The object that customizes the appointment’s appearance. |
See Also