DataViewBase.IncrementalSearchEnd() Method
Ends incremental search.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
When called, the IncrementalSearchEnd method clears the search criteria and removes the highlighting of the search results. You can also end an incremental search by running the DataViewCommandsBase.IncrementalSearchEnd command.
You can end an incremental search automatically by setting the clear delay using the DataViewBase.IncrementalSearchClearDelay property.
See Also