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