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

AppointmentEditViewModelBase.Status Property

Gets or sets the status object associated with the appointment.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentStatusItem Status { get; set; }

Property Value

Type Description
AppointmentStatusItem

A AppointmentStatusItem object associated with an appointment.

See Also