windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsmenu-8eef39db.md
Gets or sets whether the node context menu contains commands that allow users to add new nodes.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean ShowAddNodeItems { get; set; }
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property ShowAddNodeItems As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
True, if the context menu displays the Add Node and Add Child Node commands; False, if not; Default, if the visibility depends on the New Item Row visibility.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
You can access this nested property as listed below:
| Object Type | Path to ShowAddNodeItems |
|---|---|
| TreeList |
.OptionsMenu .ShowAddNodeItems
|
If the control displays the New Item Row, the context menu displays the following items:
Use the ShowAddNodeItems property to hide/show these items regardless of the New Item Row visibility.
Refer to the following help topic for more information: Node Context Menu.
See Also