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

TcxCustomDataController.Search Property

Provides access to the object enabling you to perform incremental searching programmatically.

#Declaration

Delphi
property Search: TcxDataControllerSearch read;

#Property Value

Type
TcxDataControllerSearch

#Remarks

Use the Search property to access the TcxDataControllerSearch object whose methods allow you to perform incremental searching via code. This object also declares properties that provide information about the current incremental searching state. Note that the properties and methods exposed by the TcxDataControllerSearch object are not applicable to all Developer Express data-aware controls. Please refer to the TcxDataControllerSearch class description for details.

See Also