Skip to main content
A newer version of this page is available. .

DataGridGestureEventArgs.FieldName Property

Gets the field name of the column.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public string FieldName { get; protected set; }

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