Skip to main content
A newer version of this page is available. .

DataViewBase.IncrementalSearchEnd() Method

Ends incremental search.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public void IncrementalSearchEnd()

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