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