ASPxGridViewBehaviorSettings.HeaderFilterDefaultHeight Property
In This Article
OBSOLETE
Use the Height property instead.
Gets or sets the Header Filter‘s default height.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
A Unit structure that represents the filter dropdown’s default height. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Header |
---|---|
ASPx |
|
Grid |
|
#Remarks
If the ASPxGridSettings.ShowHeaderFilterButton option is enabled, end-users can filter data using filter dropdowns, invoked by clicking on a filter button displayed within column headers. Use the HeaderFilterDefaultHeight property to specify its default height.
See Also