Skip to main content

UserInterfaceObjectCollection<T>.GetByIndex(Int32) Method

Gets the user interface object at the specified index of the UserInterfaceObjectCollection<T> collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public T GetByIndex(
    int index
)

Parameters

Name Type Description
index Int32

An integer that is the index of an object.

Returns

Type Description
T

A user interface object at the specified index.

See Also