Back to Devexpress

ColumnViewOptionsFind.ShowSearchNavButtons Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfind-319115ce.md

latest2.8 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowSearchNavButtons { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowSearchNavButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowSearchNavButtons
ColumnView

.OptionsFind .ShowSearchNavButtons

|

Remarks

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

See Also

ColumnViewOptionsFind Class

ColumnViewOptionsFind Members

DevExpress.XtraGrid.Views.Base Namespace