BootstrapCallbackPanel.ClientVisible Property
Gets or sets a value that specifies the initial visibility state of a web control on the client.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side. |
See Also