Skip to main content

AppointmentInplaceEditorBase.Status Property

Gets or sets the status associated with the appointment currently being edited in the custom in-place editor.

Namespace: DevExpress.Xpf.Scheduler.UI

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

#Declaration

public AppointmentStatus Status { get; set; }

#Property Value

Type Description
AppointmentStatus

An AppointmentStatus object specifying the status of the appointment.

See Also