Skip to main content

RowTapEventArgs.FieldName Property

Gets the field name of a column to which the tapped cell belongs.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public string FieldName { get; protected set; }

Property Value

Type Description
String

A System.String value that specifies a column’s field name.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also