Back to Devexpress

TreeListPersistentLayoutCollection<T>.Item[Int32] Property

blazor-devexpress-dot-blazor-dot-treelistpersistentlayoutcollection-1-dot-item-x28-system-dot-int32-x29.md

latest1.1 KB
Original Source

TreeListPersistentLayoutCollection<T>.Item[Int32] Property

Returns a column by its index.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public T this[int index] { get; }

Parameters

NameTypeDescription
indexInt32

The column index.

|

Property Value

TypeDescription
T

The column.

|

Remarks

Refer to the TreeListPersistentLayoutCollection<T> class description for additional information and an example.

See Also

TreeListPersistentLayoutCollection<T> Class

TreeListPersistentLayoutCollection<T> Members

DevExpress.Blazor Namespace