Skip to main content

WinExplorerView.ShowEditor(WinExplorerViewColumnType) Method

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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