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

TdxOfficeSearchBox.ActiveProperties Property

Returns the properties that are currently applied to the search box.

#Declaration

Delphi
property ActiveProperties: TdxOfficeSearchBoxProperties read;

#Property Value

Type
TdxOfficeSearchBoxProperties

#Remarks

This property allows you to identify the current settings of the search box if they are specified via the external repository assigned via the RepositoryItem property. Otherwise, the ActiveProperties property is synchronized with Properties.

Refer to the TdxOfficeSearchBoxProperties class description for details.

See Also