Skip to main content

AppointmentViewInfo.AppointmentStyle Property

Gets the style settings used to paint the appointment.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppearanceStyleBase AppointmentStyle { get; set; }

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