Back to Devexpress

UserInterfaceObjectCollection<T>.GetByIndex(Int32) Method

corelibraries-devexpress-dot-xtrascheduler-dot-userinterfaceobjectcollection-1-dot-getbyindex-x28-system-dot-int32-x29.md

latest1.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public T GetByIndex(
    int index
)
vb
Public Function GetByIndex(
    index As Integer
) As T

Parameters

NameTypeDescription
indexInt32

An integer that is the index of an object.

|

Returns

TypeDescription
T

A user interface object at the specified index.

|

See Also

UserInterfaceObjectCollection<T> Class

UserInterfaceObjectCollection<T> Members

DevExpress.XtraScheduler Namespace