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

ASPxGridViewBehaviorSettings.HeaderFilterDefaultHeight Property

OBSOLETE

Use the SettingsPopup.HeaderFilter.Height property instead.

Gets or sets the Header Filter‘s default height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the SettingsPopup.HeaderFilter.Height property instead.")]
[DefaultValue(typeof(Unit), "")]
public Unit HeaderFilterDefaultHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

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 HeaderFilterDefaultHeight
ASPxGridView
.SettingsBehavior.HeaderFilterDefaultHeight
GridViewProperties
.SettingsBehavior.HeaderFilterDefaultHeight

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