DataControlBase.ShowEditor() Method
Activates the focused cell’s inplace editor.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
Cell editors can be activated if the grid’s DataControlBase.AllowEditing property is set to true and the DataControlBase.NavigationStyle property is set to GridControlNavigationStyle.Cell.
To programmatically activate the cell’s editor, you should focus the cell and call the ShowEditor method.
After the editor is displayed, it can be obtained using the DataControlBase.ActiveEditor property.
To learn more, see Showing and Hiding Editors.
See Also