Class SearchScope
Defines the scope of search operations in hierarchical data.
Inheritance
System.Object
SearchScope
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class SearchScope : Enum
Fields
Both
Searches within both root and child records of the control.
Declaration
public const SearchScope Both
Field Value
| Type |
|---|
| SearchScope |
ChildNodes
Searches only within the child records of the control.
Declaration
public const SearchScope ChildNodes
Field Value
| Type |
|---|
| SearchScope |
RootNodes
Searches only within the root records of the control.
Declaration
public const SearchScope RootNodes
Field Value
| Type |
|---|
| SearchScope |