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

TreeListOptionsFind.ShowSearchNavButtons Property

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

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

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:

Library Object Type Path to ShowSearchNavButtons
WinForms Controls GanttControl
.OptionsFind .ShowSearchNavButtons
ResourcesTree
.OptionsFind .ShowSearchNavButtons
TreeList
.OptionsFind .ShowSearchNavButtons
Reporting XRDesignFieldList
.OptionsFind .ShowSearchNavButtons
XRDesignReportExplorer
.OptionsFind .ShowSearchNavButtons
See Also