Skip to main content

AppointmentStatusCollection.Item[Int32] Property

OBSOLETE

Use the GetById, GetByIndex, or GetByType methods instead

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Parameters

Name Type
index Int32

Property Value

Type
AppointmentStatus
See Also