Skip to main content

AppointmentEditViewModelBase.Status Property

Gets or sets the status object associated with the appointment.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentStatusItem Status { get; set; }

Property Value

Type Description
AppointmentStatusItem

A AppointmentStatusItem object associated with an appointment.

See Also