AppointmentAppearance.Customizer Property
In This Article
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
C#
public IAppointmentCustomizer Customizer { get; set; }
#Property Value
Type | Description |
---|---|
IAppointment |
The object that customizes the appointment’s appearance. |
See Also