Skip to main content
All docs
V18.2

AppointmentLabelCollection.Item[Int32] Property

OBSOLETE

Use the GetById or GetByIndex methods instead.

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[Browsable(false)]
[Obsolete("Use the GetById or GetByIndex methods instead.")]
public AppointmentLabel 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
AppointmentLabel

An AppointmentLabel object at the specified position in the collection.

See Also