Back to Devexpress

GridView.HeaderSearchValuePrevious(GridColumn) Method

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

latest2.1 KB
Original Source

GridView.HeaderSearchValuePrevious(GridColumn) Method

Moves the row focus to the previous 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 HeaderSearchValuePrevious(
    GridColumn column
)
vb
Public Function HeaderSearchValuePrevious(
    column As GridColumn
) As Boolean

Parameters

NameTypeDescription
columnGridColumn

The grid column in which to search.

|

Returns

TypeDescription
Boolean

true if the previous row has been 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

HeaderSearchValueNext

InHeaderSearchMode

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace