Back to Devexpress

GridColumnCollection.Item[String] Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumncollection-dot-item-x28-system-dot-string-x29.md

latest1.0 KB
Original Source

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

csharp
public GridColumn this[string fieldName] { get; }

Parameters

NameTypeDescription
fieldNameString

The field name.

|

Property Value

TypeDescription
GridColumn

The data grid column.

|

See Also

GridColumnCollection Class

GridColumnCollection Members

DevExpress.Maui.DataGrid Namespace