Skip to main content
A newer version of this page is available. .

ColumnView.GetIncrementalText() Method

Returns the text being searched during an incremental search.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public string GetIncrementalText()

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