Back to Devexpress

VGridControlBase.GetShowEditorMode() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-aaa97d72.md

latest1.5 KB
Original Source

VGridControlBase.GetShowEditorMode() Method

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public virtual EditorShowMode GetShowEditorMode()
vb
Public Overridable Function GetShowEditorMode As EditorShowMode

Returns

TypeDescription
EditorShowMode

An EditorShowMode enumeration value that specifies how a cell editor is activated.

|

See Also

EditorShowMode

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace