Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelListViewShowFindPanel.ShowFindPanel Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v24.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