Back to Devexpress

TreeListOptionsFind.ShowSearchNavButtons Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionsfind-acb4dab8.md

latest1.8 KB
Original Source

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

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

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
TreeList

.OptionsFind .ShowSearchNavButtons

|

See Also

TreeListOptionsFind Class

TreeListOptionsFind Members

DevExpress.XtraTreeList.Columns Namespace