Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxOfficeSearchBoxProperties.RecursiveSearch Property

Specifies whether search results can include nested items.

#Declaration

Delphi
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

Bar Manager

Ribbon

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