Skip to main content

TcxCustomDataController.Search Property

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

Declaration

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