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.1.dll
NuGet Package: DevExpress.Win.Grid
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