Back to Devexpress

IModelListViewShowFindPanel.ShowFindPanel Property

expressappframework-devexpress-dot-expressapp-dot-systemmodule-dot-imodellistviewshowfindpanel.md

latest2.4 KB
Original Source

IModelListViewShowFindPanel.ShowFindPanel Property

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

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool ShowFindPanel { get; set; }
vb
Property ShowFindPanel As Boolean

Property Value

TypeDescription
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 BlazorDxGridListEditor displays the Search Box.Windows FormsGridListEditor displays the Find 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

IModelListViewShowFindPanel Interface

IModelListViewShowFindPanel Members

DevExpress.ExpressApp.SystemModule Namespace