Back to Devexpress

ASPxGridViewBehaviorSettings.HeaderFilterDefaultHeight Property

aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-723dfc02.md

latest2.6 KB
Original Source

ASPxGridViewBehaviorSettings.HeaderFilterDefaultHeight Property

OBSOLETE

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

Declaration

csharp
[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the GridHeaderFilterPopupSettings.Height property instead.")]
public Unit HeaderFilterDefaultHeight { get; set; }
vb
<Obsolete("Use the GridHeaderFilterPopupSettings.Height property instead.")>
<DefaultValue(GetType(Unit), "")>
Public Property HeaderFilterDefaultHeight As Unit

Property Value

TypeDefaultDescription
UnitString.Empty

A Unit structure that represents the filter dropdown’s default height.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

Grid View

ASPxGridViewBehaviorSettings Class

ASPxGridViewBehaviorSettings Members

DevExpress.Web Namespace