Skip to main content
A newer version of this page is available. .

AppointmentStatusCollection.Item[Int32] Property

OBSOLETE

Use the GetById, GetByIndex, or GetByType methods instead

Gets an item of the collection by its index.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

[Obsolete("Use the GetById, GetByIndex, or GetByType methods instead")]
public AppointmentStatus this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the desired appointment status.

Property Value

Type Description
AppointmentStatus

An AppointmentStatus object.

See Also