GridColumnCollection.GetColumnByFieldName(String) Method
In This Article
Returns a column by its field name.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public GridColumn GetColumnByFieldName(
string fieldName
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A field name. |
#Returns
Type | Description |
---|---|
Grid |
A grid column instance. |
See Also