TreeViewNode.ClientVisible Property
Gets or sets a value that specifies the node’s initial visibility state on the client.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the ClientVisible property to define a node’s initial visibility state. The node’s visibility can be dynamically changed on the client side using the ASPxClientTreeViewNode.SetVisible method.
Note
If a node’s server TreeViewNode.Visible property is set to false
, the node is not rendered into the web page at all, so it can’t be manipulated on the client side.
See Also