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

WinExplorerView.ShowEditor(WinExplorerViewColumnType) Method

Displays the editor assigned to a specific column for the focused item.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual void ShowEditor(
    WinExplorerViewColumnType columnType
)

Parameters

Name Type Description
columnType DevExpress.XtraGrid.Views.WinExplorer.WinExplorerViewColumnType

A WinExplorerViewColumnType object that identifies a column for which an editor should be displayed.

See Also