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
public string FieldName { get; }
Property Value
Type | Description |
---|---|
String | A string that specifies the field name. |
See Also