Skip to main content

AppointmentStatusBase.Type Property

Gets or sets the type of the appointment status.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

[Browsable(false)]
[XtraSerializableProperty]
public AppointmentStatusType Type { get; set; }

#Property Value

Type Description
AppointmentStatusType

An AppointmentStatusType enumeration value specifying the type of the appointment status.

See Also