WinExplorerViewOptionsBehavior.EditorShowMode Property
An overload for the ColumnViewOptionsBehavior.EditorShowMode property, not supported in WinExplorer View.
Namespace: DevExpress.XtraGrid.WinExplorer
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override EditorShowMode EditorShowMode { get; set; }
Property Value
| Type |
|---|
| EditorShowMode |
Available values:
| Name | Description |
|---|---|
| Default | The mode is not specified explicitly. The actual mode depends on the control and its settings. See remarks in the following topic for more information: EditorShowMode Enum. |
| MouseDown | A cell editor is activated when the left mouse button is pressed regardless of whether the cell is focused. |
| MouseUp | A cell editor is activated when the left mouse button is pressed and released in the same cell regardless of whether the cell is focused. |
| Click | A cell editor is activated when the left mouse button is pressed and released in a focused cell. |
| MouseDownFocused | A cell editor is activated when the left mouse button is pressed in a focused cell. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to EditorShowMode |
|---|---|
| WinExplorerView |
|