ViewBaseActualAppearance.AppointmentCustomizer Property
In This Article
Gets the customizer object that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the ViewBase descendant’s Customizer inherited property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public IAppointmentCustomizer AppointmentCustomizer { get; }
#Property Value
Type | Description |
---|---|
IAppointment |
The customizer object. |
See Also