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