AppointmentStatusCollection.GetByIndex(Int32) Method
Gets the status at the specified index of the AppointmentStatusCollection collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer that is the index of an object in a collection. |
Returns
| Type | Description |
|---|---|
| AppointmentStatus | A AppointmentStatus object at the specified index. |
See Also