EditorShowingEventArgs.FieldName Property
Gets or sets the field name of the column for which the editor is about to be displayed. This is a bindable property.
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 field name. |
See Also