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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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 |
|
See Also