Back to Devexpress

ASPxGridBase.IsFilterControlVisible Property

aspnet-devexpress-dot-web-dot-aspxgridbase-43fd1a1a.md

latest2.1 KB
Original Source

ASPxGridBase.IsFilterControlVisible Property

Indicates whether the filter control is displayed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public bool IsFilterControlVisible { get; }
vb
Public ReadOnly Property IsFilterControlVisible As Boolean

Property Value

TypeDescription
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

Filter Control

Card View

Online Demo: Grid - Filter Control

Filter Control

Grid View

Online Demo: Card View - Filter Control

Filter Control

Vertical Grid

Online Demo: Vertical Grid - Filter Control

ASPxGridBase Class

ASPxGridBase Members

DevExpress.Web Namespace