Skip to main content
A newer version of this page is available. .
Tab

TreeViewNode.Enabled Property

Gets or sets a value that indicates whether the node is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(true)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the node is enabled; otherwise, false.

Remarks

When this property is set to false, the node doesn’t respond to end-user interactions, such as mouse hovering or clicks.

See Also