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

ListViewFindPanelAttribute.ShowFindFilter Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public bool ShowFindFilter { get; set; }

Property Value

Type Description
Boolean

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

See Also