Skip to main content

GridColumnCollection.Item[String] Property

Gets the GridColumn that contains the specified field.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public GridColumn this[string fieldName] { get; }

Parameters

Name Type Description
fieldName String

The field name.

Property Value

Type Description
GridColumn

The data grid column.

See Also