VGridControlBase.GetShowEditorMode() Method
In This Article
Returns whether a cell editor is activated when the left mouse button is pressed or released, and whether the cell should be focused to activate the editor.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public virtual EditorShowMode GetShowEditorMode()
#Returns
Type | Description |
---|---|
Editor |
An Editor |
See Also