Skip to main content
Tab

ASPxGridBase.IsFilterControlVisible Property

Indicates whether the filter control is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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