Skip to main content

AppointmentViewInfo.Status Property

Gets or sets the status of the appointment.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public AppointmentStatus Status { get; set; }

#Property Value

Type Description
AppointmentStatus

An AppointmentStatus object that specifies the appointment status.

See Also