Skip to main content

ASPxClientTreeViewNode.GetEnabled Method

Returns a value specifying whether the node is enabled.

Declaration

GetEnabled(): boolean

Returns

Type Description
boolean

true if the node is enabled; otherwise, false.

Remarks

Use the GetEnabled method to check a node’s ability to respond to end-user interactions on the client side. The initial client availability state of a node can be defined using its server TreeViewNode.ClientEnabled property. Then, the node’s state can be dynamically changed on the client side, using the ASPxClientTreeViewNode.SetEnabled method.

See Also