Skip to main content

AppointmentLabelCollection.Item[Int32] Property

OBSOLETE

Use the GetById or GetByIndex methods instead.

This property is obsolete (use the GetById or GetByIndex methods instead).

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Parameters

Name Type
index Int32

Property Value

Type
AppointmentLabel
See Also