DockZoneSettings.ClientVisible Property
In This Article
Gets or sets a value that specifies the initial visibility state of a zone on the client side.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to make a zone initially displayed on the client; false to render the zone into the web page, but make it initially hidden on the client side. |
#Remarks
Use the ClientVisible property to define a zone’s initial visibility state.
See Also