Skip to main content
A newer version of this page is available. .
Tab

ASPxGridBase.IsFilterControlVisible Property

Indicates whether the filter control is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public bool IsFilterControlVisible { get; }

Property Value

Type Description
Boolean

true, if the filter control is displayed; otherwise, false.

Remarks

To show the filter control, use the ASPxGridBase.ShowFilterControl method. To hide it, use the ASPxGridBase.HideFilterControl method.

See Also