AppointmentViewInfo.AppointmentStyle Property
Gets the style settings used to paint the appointment.
Namespace: DevExpress.Web.ASPxScheduler.Drawing
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
AppearanceStyleBase | A AppearanceStyleBase object that contains the style settings used to paint the appointment. |
Remarks
Use the AppointmentStyle property to specify the appearance of appointment. These style settings override the style settings common to all appointments within the ASPxScheduler control.
See Also