Skip to main content

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

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