Skip to main content
A newer version of this page is available. .

WinExplorerView.ShowEditor(WinExplorerViewColumnType, Boolean) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual void ShowEditor(
    WinExplorerViewColumnType columnType,
    bool byMouse
)

Parameters

Name Type
columnType DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewColumnType
byMouse Boolean
See Also