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

TcxDataControllerSearch Methods
Show Inherited Hide Inherited

Provides methods enabling you to perform incremental searching programmatically.
Name Description
Cancel Cancels incremental searching.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
Locate(Integer,string,Boolean,Boolean) Searches the first record whose field contains the specified text string.
LocateNext(Boolean,Boolean,Boolean) Searches the next or previous record containing the text string match previously found by calling the Locate function.
Lock Locks the search controller.
ToString Inherited from TObject.
Unlock Unlocks the search controller.
See Also