aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-723dfc02.md
Use the Height property instead.
Gets or sets the Header Filter‘s default height.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the GridHeaderFilterPopupSettings.Height property instead.")]
public Unit HeaderFilterDefaultHeight { get; set; }
<Obsolete("Use the GridHeaderFilterPopupSettings.Height property instead.")>
<DefaultValue(GetType(Unit), "")>
Public Property HeaderFilterDefaultHeight As Unit
| Type | Default | Description |
|---|---|---|
| Unit | String.Empty |
A Unit structure that represents the filter dropdown’s default height.
|
You can access this nested property as listed below:
| Object Type | Path to HeaderFilterDefaultHeight |
|---|---|
| ASPxGridView |
.SettingsBehavior .HeaderFilterDefaultHeight
| | GridViewProperties |
.SettingsBehavior .HeaderFilterDefaultHeight
|
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
ASPxGridViewBehaviorSettings Class