GridColumnCollection.Item[String] Property
In This Article
Gets the GridColumn that contains the specified field.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public GridColumn this[string fieldName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The field name. |
#Property Value
Type | Description |
---|---|
Grid |
The data grid column. |
See Also