ASPxGridBase.IsFilterControlVisible Property
Indicates whether the filter control is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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