Skip to main content
A newer version of this page is available.
All docs
V19.1

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.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v19.1.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 item’s position within the collection. If it’s negative or exceeds the last available index, an exception is thrown.

Property Value

Type Description
AppointmentLabel

An AppointmentLabel object at the specified position in the collection.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

See Also