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

NuGet Packages: DevExpress.Win.Design, 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:

Object Type Path to ShowSearchNavButtons
TreeList
.OptionsFind .ShowSearchNavButtons
See Also