ASPxClientTreeViewNode.GetVisible Method
In This Article
Returns a value specifying whether a node is displayed.
#Declaration
TypeScript
GetVisible(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Use the GetVisible method to obtain a node’s visibility state on the client. The initial client visibility state of the node can be defined using its server TreeViewNode.ClientVisible property. Then, the node’s visibility can be dynamically changed on the client side using the ASPxClientTreeViewNode.SetVisible method.
See Also