Skip to main content

ShowingEditorEventArgs.FieldName Property

Gets the name of the data field for which an editor is about be displayed.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public string FieldName { get; }

#Property Value

Type Description
String

A string that specifies the field name.

See Also