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

GridViewColumnCollection.Item[Int32] Property

Provides indexed access to columns within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewColumn this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that specifies the index of the required column.

Property Value

Type Description
GridViewColumn

A GridViewColumn object that represents a column at the specified index.

See Also