ASPxGridViewBehaviorSettings.HeaderFilterDefaultHeight Property
OBSOLETE
Use the Height property instead.
Gets or sets the Header Filter‘s default height.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the GridHeaderFilterPopupSettings.Height property instead.")]
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 |
|
GridViewProperties |
|
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