DataViewCommandsBase.IncrementalSearchEnd Property
Ends incremental search.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
ICommand | A command implementing the ICommand. |
Remarks
To end the an incremental search in code, use the DataViewBase.IncrementalSearchEnd method..
You can end an incremental search automatically by setting the clear delay using the DataViewBase.IncrementalSearchClearDelay property.
See Also