Back to Devexpress

GridPersistentLayoutCollection<T>.Item[Int32] Property

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

latest1.1 KB
Original Source

GridPersistentLayoutCollection<T>.Item[Int32] Property

Returns a column item 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 item index.

|

Property Value

TypeDescription
T

The item type.

|

Remarks

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

See Also

GridPersistentLayoutCollection<T> Class

GridPersistentLayoutCollection<T> Members

DevExpress.Blazor Namespace