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

ASPxClientTreeViewNode.GetVisible Method

Returns a value specifying whether a node is displayed.

Declaration

GetVisible(): boolean

Returns

Type Description
boolean

true is the node is visible; otherwise, false.

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