Skip to main content
A newer version of this page is available. .
All docs
V21.2

GridOptionsFilter.ShowInHeaderSearchResults Property

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

[DefaultValue(ShowInHeaderSearchResultsMode.Default)]
[XtraSerializableProperty]
public virtual ShowInHeaderSearchResultsMode ShowInHeaderSearchResults { get; set; }

Property Value

Type Default
DevExpress.XtraGrid.Views.Grid.ShowInHeaderSearchResultsMode Default

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowInHeaderSearchResults
GridView
.OptionsFilter .ShowInHeaderSearchResults
See Also