CellIndex.FieldName Property
In This Article
Gets the field name of the column that contains the cell.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public string FieldName { get; }
#Property Value
Type | Description |
---|---|
String | The column’s field name. |
See Also