GridColumnCollection.Item[String] Property
In This Article
Gets a column by the field name.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
public GridColumn this[string fieldName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string value specifying the column’s field name. |
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
The property uses the GridColumnCollection.GetColumnByFieldName method internally.
For details on how to access individual columns from the collection, see Identify and Access Columns.
See Also