Back to Devexpress

GridView.HeaderSearchValueNext(GridColumn) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-dot-headersearchvaluenext-x28-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-x29.md

latest2.1 KB
Original Source

GridView.HeaderSearchValueNext(GridColumn) Method

Moves the row focus to the next row that contains the search string in the header of the specified column.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public bool HeaderSearchValueNext(
    GridColumn column
)
vb
Public Function HeaderSearchValueNext(
    column As GridColumn
) As Boolean

Parameters

NameTypeDescription
columnGridColumn

The grid column in which to search.

|

Returns

TypeDescription
Boolean

true if the next row is focused; otherwise, false.

|

Remarks

Use the InHeaderSearchMode property to enable search boxes within column headers and allow your users to search for column data or filter against columns.

See Also

HeaderSearchValuePrevious

InHeaderSearchMode

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace