MVCxFilterControlSettings.ClientVisible Property
Gets or sets a value that specifies the initial visibility state of a filter control 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 initially display a filter control; false to render it into the web page, but make it initially hidden on the client. |
Remarks
Use the ClientVisible property to define a filter control’s initial visibility state. The filter control’s visibility can then be dynamically changed on the client side using the ASPxClientControlBase.SetVisible method.
See Also