WinExplorerView.ShowEditor(WinExplorerViewColumnType) Method
Displays the editor assigned to a specific column for the focused item.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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