EditorShownEventArgs.Editor Property
In This Article
Gets the displayed editor.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public VisualElement Editor { get; }
#Property Value
Type | Description |
---|---|
Visual |
The displayed editor. |
See Also