ViewBaseActualAppearance.AppointmentCustomizer Property
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
public IAppointmentCustomizer AppointmentCustomizer { get; }
Property Value
Type | Description |
---|---|
IAppointmentCustomizer | The customizer object. |
See Also