TreeViewNode.Enabled Property
Gets or sets a value that indicates whether the node is enabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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