Back to Devexpress

DataViewBase.ShowSearchPanelNavigationButtons Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-b7c6e3ac.md

latest2.5 KB
Original Source

DataViewBase.ShowSearchPanelNavigationButtons Property

Gets or sets whether to show navigation buttons in the grid’s search panel.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowSearchPanelNavigationButtons { get; set; }
vb
Public Property ShowSearchPanelNavigationButtons As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, if navigation buttons are displayed in the search panel; otherwise, false.

|

Remarks

Tip

Topic : Search

Navigation buttons allow users to navigate through search results. Set the ShowSearchPanelNavigationButtons property to true to show navigation buttons in the Search Panel.

You can navigate search results in code by calling the DataViewBase.IncrementalSearchMoveNext and DataViewBase.IncrementalSearchMovePrev methods.

The grid views support search result navigation via commands: DataViewCommandsBase.IncrementalSearchMoveNext and DataViewCommandsBase.IncrementalSearchMovePrev.

Note

The ShowSearchPanelFindButton property is not in effect when the ShowSearchPanelNavigationButtons property is true.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace