GridListEditor.StartIncrementalSearch(String) Method
In This Article
Starts an incremental search for the specified string.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
#Remarks
Generally, you do not need to call this method. It is automatically used by Lookup Property Editors to start the incremental search. To learn more, refer to the ListEditor.StartIncrementalSearch method description.
See Also