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

ColumnView.GetIncrementalText() Method

Returns the text being searched during an incremental search.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#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