IModelListViewShowFindPanel.ShowFindPanel Property
Specifies whether the List Editor displays a search component at runtime.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
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