Skip to main content
All docs
V18.2

AppointmentStatusCollection.Item[Int32] Property

OBSOLETE

Use the GetById, GetByIndex, or GetByType methods instead.

Provides indexed access to individual items in the appointment status collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

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

Parameters

Name Type Description
index Int32

A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception fires.

Property Value

Type Description
AppointmentStatus

An AppointmentStatus object at the specified position in the collection.

See Also