Back to Devexpress

AppointmentViewInfo.Appearance Property

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-dot-appointmentviewinfo.md

latest1.8 KB
Original Source

AppointmentViewInfo.Appearance Property

Provides access to an object used to specify the appointment appearance.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppearanceObject Appearance { get; }
vb
Public ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject instance used to control the look and feel characteristics of an appointment.

|

Remarks

Handle the SchedulerControl.AppointmentViewInfoCustomizing event and use the Appearance property of the AppointmentViewInfoCustomizingEventArgs.ViewInfo object, to modify the appearance of a particular appointment.

See Also

AppointmentViewInfoCustomizing

AppointmentViewInfo Class

AppointmentViewInfo Members

DevExpress.XtraScheduler.Drawing Namespace