Skip to main content
.NET 6.0+

IModelListViewShowFindPanel.ShowFindPanel Property

Specifies whether the List Editor displays a search component at runtime.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

bool ShowFindPanel { get; set; }

Property Value

Type Description
Boolean

true if a search component is visible; otherwise, false.

Remarks

Platform-specific List Editors display different search components that allow users to filter the data in the list by keyword.

ASP.NET Core Blazor
DxGridListEditor displays the Search Box.
Windows Forms
GridListEditor displays the Find Panel.
ASP.NET Web Forms
ASPxGridListEditor displays the Search Panel.

You can access this property in the Model Editor.

If you change this property’s value, you override the values of the following properties: ListViewFindPanelAttribute and DefaultListViewShowFindPanel.

See Also