AppointmentStatusCollection.Item[Int32] Property
Obsolete. This property is obsolete (use the GetById, GetByIndex, or GetByType methods instead).
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[Obsolete("Use the GetById, GetByIndex, or GetByType methods instead")]
public AppointmentStatus this[int index] { get; }
<Obsolete("Use the GetById, GetByIndex, or GetByType methods instead")>
Public ReadOnly Property Item(index As Integer) As AppointmentStatus
Parameters
Name | Type |
---|---|
index | Int32 |
Property Value
Type |
---|
AppointmentStatus |
See Also
Feedback