ASPxGridBase.IsFilterControlVisible Property
In This Article
Indicates whether the filter control is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
To show the filter control, use the ASPxGridBase.ShowFilterControl method. To hide it, use the ASPxGridBase.HideFilterControl method.
See Also