AppointmentViewInfo.AppointmentStyle Property
In This Article
Gets the style settings used to paint the appointment.
Namespace: DevExpress.Web.ASPxScheduler.Drawing
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AppearanceStyleBase AppointmentStyle { get; set; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#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