A newer version of this page is available.
Switch to the current version.
DataViewBase.SearchPanelAllowFilter Property
Gets or sets whether the grid displays only those records that match the search criteria. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public bool SearchPanelAllowFilter { get; set; }
Public Property SearchPanelAllowFilter As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to display only those records that match the search criteria; otherwise, false. |
Remarks
TIP
Topic: Search
You can specify how to show search results:
- Filter Mode - hides records that do not match the query and highlights results in the view.
- Highlight Mode - highlights results in the view and on the scrollbar. Set the DataViewBase.SearchPanelAllowFilter property to false to enable the Highlight mode.
See Also
Feedback