GridDataColumnSettings.AllowHeaderFilter Property
Gets or sets whether the filter button is displayed within the current column's (row's for ASPxVerticalGrid) header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowHeaderFilter { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Property AllowHeaderFilter As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
One of the DefaultBoolean enumeration values. |
Property Paths
You can access this nested property as listed below:
Show 124 property paths
Library | Object Type | Path to AllowHeaderFilter |
---|---|---|
ASP.NET Controls and MVC Extensions | CardViewBinaryImageColumn |
|
CardViewButtonEditColumn |
|
|
CardViewCheckColumn |
|
|
CardViewColorEditColumn |
|
|
CardViewColumn |
|
|
CardViewComboBoxColumn |
|
|
CardViewDateColumn |
|
|
CardViewDropDownEditColumn |
|
|
CardViewEditColumn |
|
|
CardViewHyperLinkColumn |
|
|
CardViewImageColumn |
|
|
CardViewMemoColumn |
|
|
CardViewProgressBarColumn |
|
|
CardViewSpinEditColumn |
|
|
CardViewTextColumn |
|
|
CardViewTimeEditColumn |
|