AppointmentStatusBase.Type Property
In This Article
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 |
---|---|
Appointment |
An Appointment |
See Also