[]
        
(Showing Draft Content)

C1.Framework.GridColumnCollection.Item

this Property

this[int]

Gets or sets the GridColumn at a specified index in the list.

Declaration
public GridColumn this[int index] { get; set; }
Public Default Property Item(index As Integer) As GridColumn
Parameters
Type Name Description
int index

Index of the grid column to get or set.

Property Value
Type Description
GridColumn

The GridColumn at the specified index.