Skip to main content

AppointmentFormControllerBase.StatusId Property

Gets or sets the index of the availability status associated with the appointment.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public int StatusId { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the index of the corresponding AppointmentStatus object within the AppointmentStorage.Statuses collection.

See Also