ASPxGridSettings.ShowHeaderFilterButton Property
Gets or sets whether column/row headers display filter buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(false)]
public bool ShowHeaderFilterButton { get; set; }
<DefaultValue(False)>
Public Property ShowHeaderFilterButton As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, to display filter buttons in headers; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 19 property paths
Library | Object Type | Path to ShowHeaderFilterButton |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxCardView |
|
ASPxGridView |
|
|
ASPxVerticalGrid |
|
|
GridViewProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapCardView |
|
BootstrapCardView |
|
|
BootstrapGridView |
|
|
BootstrapGridView |
|
|
ASP.NET MVC Extensions | CardViewSettings |
|
CardViewSettings<CardType> |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxCardView |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
MVCxVerticalGrid |
|
|
VerticalGridSettings |
|