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

ColumnViewOptionsFind.ShowSearchNavButtons Property

Gets or sets whether the Previous and Next buttons are displayed allowing users to navigate through search results.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowSearchNavButtons { get; set; }

Property Value

Type Default Description
Boolean **true**

True, if the navigation buttons are displayed; otherwise, False.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowSearchNavButtons
AdvBandedGridView
.OptionsFind.ShowSearchNavButtons
BandedGridView
.OptionsFind.ShowSearchNavButtons
ColumnView
.OptionsFind.ShowSearchNavButtons
CardView
.OptionsFind.ShowSearchNavButtons
GridView
.OptionsFind.ShowSearchNavButtons
LayoutView
.OptionsFind.ShowSearchNavButtons
TileView
.OptionsFind.ShowSearchNavButtons
WinExplorerView
.OptionsFind.ShowSearchNavButtons

Remarks

Use the following properties to show/hide the operation buttons:

See Also