Back to Devexpress

DataViewCommandsBase.IncrementalSearchEnd Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-1b97830c.md

latest1.8 KB
Original Source

DataViewCommandsBase.IncrementalSearchEnd Property

Ends incremental search.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand IncrementalSearchEnd { get; }
vb
Public ReadOnly Property IncrementalSearchEnd As ICommand

Property Value

TypeDescription
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

IncrementalSearchEnd()

IncrementalSearchClearDelay

Incremental Search

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace