windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-e8a8bd4e.md
Gets or sets how cell editors are invoked by the mouse (click, double click, etc.).
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[DefaultValue(TreeListEditorShowMode.Default)]
[XtraSerializableProperty]
public virtual TreeListEditorShowMode EditorShowMode { get; set; }
<DefaultValue(TreeListEditorShowMode.Default)>
<XtraSerializableProperty>
Public Overridable Property EditorShowMode As TreeListEditorShowMode
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraTreeList.TreeListEditorShowMode | Default |
A TreeListEditorShowMode enumeration value that specifies how cell editors are invoked by the mouse.
|
You can access this nested property as listed below:
| Object Type | Path to EditorShowMode |
|---|---|
| TreeList |
.OptionsBehavior .EditorShowMode
|
The EditorShowMode property specifies how cell editors are invoked. The TreeListEditorShowMode enumeration provides the following values:
Note
If the CTRL, ALT or SHIFT modifier key is pressed while clicking a cell, the cell is focused, but the cell editor is not activated.
See Also
GetEditorShowMode(TreeListNode)