Back to Devexpress

BaseViewAppearance.Appointment Property

windowsforms-devexpress-dot-xtrascheduler-dot-baseviewappearance-b0caa0f7.md

latest2.3 KB
Original Source

BaseViewAppearance.Appointment Property

Gets the appearance settings used to paint an appointment within the View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint an appointment.

|

Remarks

The Appointment property provides appearance settings for an appointment displayed within the current View. Appointments can also be custom painted using the SchedulerControl.CustomDrawAppointment event.

For more information on appearances, see the Appearances document.

See Also

CustomDrawAppointment

Appearances

BaseViewAppearance Class

BaseViewAppearance Members

DevExpress.XtraScheduler Namespace