Skip to main content
A newer version of this page is available. .

ExtendedCell.Appointment Property

Gets the appointment to which the extended cell is related.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public Appointment Appointment { get; }

Property Value

Type Description
Appointment

An Appointment object.

See Also