Skip to main content

DataGridGestureEventArgs.FieldName Property

Gets the field name of the column.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public string FieldName { get; }

Property Value

Type Description
String

The column’s field name.

Remarks

Use the FieldName property to identify a column when a user taps a data cell (the Element property returns Row), column header (Element returns ColumnHeader) or total summary (Element returns TotalSummary).

See Also