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

AppointmentLabelCollection.Item[Int32] Property

OBSOLETE

Use the GetById or GetByIndex 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 or GetByIndex methods instead.")]
public AppointmentLabel this[int index] { get; }

Parameters

Name Type Description
index Int32

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

Property Value

Type Description
AppointmentLabel

An AppointmentLabel object.

See Also