TdxOfficeSearchBoxProperties.RecursiveSearch Property
Specifies whether search results can include nested items.
Declaration
property RecursiveSearch: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default |
---|---|
TdxDefaultBoolean | bDefault |
Remarks
This property allows you to enable a recursive search in the specified source. The search routine iterates through all items regardless of their nesting level, and as a result, the control’s drop-down menu includes all items that meet search criteria.
Options include:
The RecursiveSearch Property Value | Search Source | Example | |
bFalse | Disables the recursive search. The control’s drop-down menu displays only the items at the first nesting level. | ||
bTrue | Enables the recursive search. | ||
bDefault | Enables the recursive search. | Disables the recursive search. |
The default value of the RecursiveSearch property is bDefault.
See Also