Skip to main content
.NET 6.0+

ListViewFindPanelAttribute.ShowFindFilter Property

Specifies whether a List View‘s GridListEditor and ASPxGridListEditor show the Find Panel (WinForms) and Search Panel (ASP.NET Web Forms) at runtime.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool ShowFindFilter { get; set; }

Property Value

Type Description
Boolean

true, if the Find Panel is visible; otherwise, false.

See Also