DataViewBase.IncrementalSearchStart(String) Method
In This Article
Starts the incremental search with the specified search string.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | String | A search string. |
#Remarks
Tip
Topic: Incremental Search
See Also