ColumnView.GetIncrementalText() Method
Returns the text being searched during an incremental search.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
String | A string that represents the text being searched. |
Remarks
The incremental search feature allows an end-user to locate records by typing the initial characters of the desired cell’s display value. The GetIncrementalText method returns the current text being searched. For information on the incremental search feature, see the Filter and Search topic.
See Also