GridColumnCollection.Item[String] Property
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public GridColumn this[string fieldName] { get; }
Parameters
Name | Type |
---|---|
fieldName | String |
Property Value
Type |
---|
GridColumn |
See Also