Back to Devexpress

DataViewCommandsBase.IncrementalSearchMovePrev Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-12a1b89e.md

latest2.2 KB
Original Source

DataViewCommandsBase.IncrementalSearchMovePrev Property

Allows to programmatically focus the previous incremental search result.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Use the IncrementalSearchMovePrev command to focus the previous row that contains the incremental search result. To focus the next incremental search result, call the DataViewCommandsBase.IncrementalSearchMoveNext command.

You can also use the DataViewBase.IncrementalSearchMoveNext and DataViewBase.IncrementalSearchMovePrev methods to navigate the incremental search results.

End-users can navigate incremental search results using the Ctrl+Arrow Up and Ctrl+Arrow Down keyboard shortcuts.

See Also

IncrementalSearchMoveNext()

IncrementalSearchMovePrev()

Incremental Search

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace