Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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