Skip to main content
All docs
V23.2

AppointmentViewModel.Status Property

Gets the status object associated with the appointment.

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentStatusItem Status { get; }

Property Value

Type Description
AppointmentStatusItem

The status object associated with the appointment.

Remarks

Refer to the following help topic for more information: Statuses.

See Also