GridColumnCollection.GetColumnByFieldName(String) Method
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public GridColumn GetColumnByFieldName(
string fieldName
)
Parameters
| Name | Type |
|---|---|
| fieldName | String |
Returns
| Type |
|---|
| GridColumn |
See Also