ASPxClientTreeViewNode.GetEnabled Method
In This Article
Returns a value specifying whether the node is enabled.
#Declaration
TypeScript
GetEnabled(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#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