GridColumnCollection.Item[String] Property
In This Article
Gets the column specified by the bound field name.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public GridColumn this[string fieldName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string value specifying the column’s bound field name. |
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
The property uses the GridColumnCollection.ColumnByFieldName method internally.
See Also