ASPxGridSettings.ShowHeaderFilterButton Property
Gets or sets whether column/row headers display filter buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.
ASPxGridView
End-users can filter data using filter dropdowns invoked by clicking on a filter button displayed in column headers. By default, these buttons are hidden. Set the ShowHeaderFilterButton property to true
to display filter buttons and allow end-users to filter data. Individual columns provide the GridDataColumnSettings.AllowHeaderFilter option that enables you to override the default behavior.
End-users can also filter data using the auto filter row. Its visibility is specified by the ASPxGridViewSettings.ShowFilterRow property.
Related Links
Online demo: Grid - Header Filter
ASPxCardView
End-users can filter data using filter dropdowns invoked by clicking on a filter button displayed in column headers. By default, these buttons are hidden. Set the ShowHeaderFilterButton property to true
to display filter buttons and allow end-users to filter data. Individual columns provide the GridDataColumnSettings.AllowHeaderFilter option that enables you to override the default behavior.
Related Links
Online demo: Card View - Header Filter
ASPxVerticalGrid
End-users can filter data using filter dropdowns invoked by clicking on a filter button displayed in row headers. By default, these buttons are hidden. Set the ShowHeaderFilterButton property to true
to display filter buttons and allow end-users to filter data. Individual rows provide the GridDataColumnSettings.AllowHeaderFilter option that enables you to override the default behavior.
Related Links
Online demo: Vertical Grid - Header Filter