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

GridDataColumnSettings.AllowFilterBySearchPanel Property

Gets or sets whether end-users can filter data by the column’s (row’s for ASPxVerticalGrid) display text using the search panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowFilterBySearchPanel { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

One of the DefaultBoolean enumeration values.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Show 90 property paths
Library Object Type Path to AllowFilterBySearchPanel
ASP.NET Controls and MVC Extensions CardViewBinaryImageColumn
.Settings .AllowFilterBySearchPanel
CardViewButtonEditColumn
.Settings .AllowFilterBySearchPanel
CardViewCheckColumn
.Settings .AllowFilterBySearchPanel
CardViewColorEditColumn
.Settings .AllowFilterBySearchPanel
CardViewColumn
.Settings .AllowFilterBySearchPanel
CardViewComboBoxColumn
.Settings .AllowFilterBySearchPanel
CardViewDateColumn
.Settings .AllowFilterBySearchPanel
CardViewDropDownEditColumn
.Settings .AllowFilterBySearchPanel
CardViewEditColumn
.Settings .AllowFilterBySearchPanel
CardViewHyperLinkColumn
.Settings .AllowFilterBySearchPanel
CardViewImageColumn
.Settings .AllowFilterBySearchPanel
CardViewMemoColumn
.Settings .AllowFilterBySearchPanel
CardViewProgressBarColumn
.Settings .AllowFilterBySearchPanel
CardViewSpinEditColumn
.Settings .AllowFilterBySearchPanel
CardViewTextColumn
.Settings .AllowFilterBySearchPanel
CardViewTimeEditColumn
.Settings .AllowFilterBySearchPanel
CardViewTokenBoxColumn
.Settings .AllowFilterBySearchPanel
GridViewDataBinaryImageColumn
.Settings .AllowFilterBySearchPanel
GridViewDataButtonEditColumn
.Settings .AllowFilterBySearchPanel
GridViewDataCheckColumn
.Settings .AllowFilterBySearchPanel
GridViewDataColorEditColumn
.Settings .AllowFilterBySearchPanel
GridViewDataColumn
.Settings .AllowFilterBySearchPanel
GridViewDataComboBoxColumn
.Settings .AllowFilterBySearchPanel
GridViewDataDateColumn
.Settings .AllowFilterBySearchPanel
GridViewDataDropDownEditColumn
.Settings .AllowFilterBySearchPanel
GridViewDataHyperLinkColumn
.Settings .AllowFilterBySearchPanel
GridViewDataImageColumn
.Settings .AllowFilterBySearchPanel
GridViewDataMemoColumn
.Settings .AllowFilterBySearchPanel
GridViewDataProgressBarColumn
.Settings .AllowFilterBySearchPanel
GridViewDataSpinEditColumn
.Settings .AllowFilterBySearchPanel
GridViewDataTextColumn
.Settings .AllowFilterBySearchPanel
GridViewDataTimeEditColumn
.Settings .AllowFilterBySearchPanel
GridViewDataTokenBoxColumn
.Settings .AllowFilterBySearchPanel
GridViewEditDataColumn
.Settings .AllowFilterBySearchPanel
VerticalGridBinaryImageRow
.Settings .AllowFilterBySearchPanel
VerticalGridButtonEditRow
.Settings .AllowFilterBySearchPanel
VerticalGridCheckRow
.Settings .AllowFilterBySearchPanel
VerticalGridColorEditRow
.Settings .AllowFilterBySearchPanel
VerticalGridComboBoxRow
.Settings .AllowFilterBySearchPanel
VerticalGridDataRow
.Settings .AllowFilterBySearchPanel
VerticalGridDateRow
.Settings .AllowFilterBySearchPanel
VerticalGridDropDownEditRow
.Settings .AllowFilterBySearchPanel
VerticalGridEditDataRow
.Settings .AllowFilterBySearchPanel
VerticalGridHyperLinkRow
.Settings .AllowFilterBySearchPanel
VerticalGridImageRow
.Settings .AllowFilterBySearchPanel
VerticalGridMemoRow
.Settings .AllowFilterBySearchPanel
VerticalGridProgressBarRow
.Settings .AllowFilterBySearchPanel
VerticalGridSpinEditRow
.Settings .AllowFilterBySearchPanel
VerticalGridTextRow
.Settings .AllowFilterBySearchPanel
VerticalGridTimeEditRow
.Settings .AllowFilterBySearchPanel
VerticalGridTokenBoxRow
.Settings .AllowFilterBySearchPanel
ASP.NET Bootstrap Controls BootstrapCardViewBinaryImageColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewButtonEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewCheckColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewColorEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewComboBoxColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewDateColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewDropDownEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewHyperLinkColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewImageColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewMemoColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewProgressBarColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewSpinEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewTagBoxColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewTextColumn
.Settings .AllowFilterBySearchPanel
BootstrapCardViewTimeEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewBinaryImageColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewButtonEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewCheckColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewColorEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewComboBoxColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewDataColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewDateColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewDropDownEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewEditDataColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewHyperLinkColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewImageColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewMemoColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewProgressBarColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewSpinEditColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewTagBoxColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewTextColumn
.Settings .AllowFilterBySearchPanel
BootstrapGridViewTimeEditColumn
.Settings .AllowFilterBySearchPanel
ASP.NET MVC Extensions MVCxCardViewColumn
.Settings .AllowFilterBySearchPanel
MVCxGridViewColumn
.Settings .AllowFilterBySearchPanel
MVCxGridViewColumn<RowType>
.Settings .AllowFilterBySearchPanel
MVCxVerticalGridRow
.Settings .AllowFilterBySearchPanel
MVCxVerticalGridRow<ColumnType>
.Settings .AllowFilterBySearchPanel

Remarks

Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.

ASPxGridView

End-users can filter data on the fly by typing filter criterion in the search panel. When an end-user types the text in the search panel, a filter condition is automatically created based upon the values entered and applied to grid columns.

Set the AllowFilterBySearchPanel property to False to prevent the column data from being filtered by the search panel. If the AllowFilterBySearchPanel property is set to Default, the columns available for filtering are defined by the ASPxGridViewSearchPanelSettings.ColumnNames property.

Search Panel

Visual Element - Search Panel

Online Demo: Grid - Search Panel

ASPxCardView

End-users can filter data on the fly by typing filter criterion in the search panel. When an end-user types the text in the search panel, a filter condition is automatically created based upon the values entered and applied to grid columns.

Set the AllowFilterBySearchPanel property to False to prevent the column data from being filtered by the search panel. If the AllowFilterBySearchPanel property is set to Default, the columns available for filtering are defined by the ASPxCardViewSearchPanelSettings.ColumnNames property.

Search Panel

Visual Element - Search Panel

Online Demo: Card View - Search Panel

ASPxVerticalGrid

End-users can filter data on the fly by typing filter criterion in the search panel. When an end-user types the text in the search panel, a filter condition is automatically created based upon the values entered and applied to grid rows.

Set the AllowFilterBySearchPanel property to False to prevent the row data from being filtered by the search panel. If the AllowFilterBySearchPanel property is set to Default, the rows available for filtering are defined by the ASPxVerticalGridSearchPanelSettings.RowNames property.

Search Panel

Visual Element - Search Panel

Online Demo: Vertical Grid - Search Panel

See Also