Skip to main content

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

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

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
ColumnView
.OptionsFind .ShowSearchNavButtons

Remarks

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

See Also