Back to Devexpress

AppointmentViewInfo.AppointmentStyle Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-drawing-dot-appointmentviewinfo-57711891.md

latest1.6 KB
Original Source

AppointmentViewInfo.AppointmentStyle Property

Gets the style settings used to paint the appointment.

Namespace : DevExpress.Web.ASPxScheduler.Drawing

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public AppearanceStyleBase AppointmentStyle { get; set; }
vb
Public Property AppointmentStyle As AppearanceStyleBase

Property Value

TypeDescription
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

AppointmentViewInfo Class

AppointmentViewInfo Members

DevExpress.Web.ASPxScheduler.Drawing Namespace