Skip to main content
Tab

ASPxGridFilterControlSettings.HierarchicalColumnPopupHeight Property

Gets or sets the height of the popup window in which the columns list is displayed when hierarchical columns (see the ASPxGridFilterControlSettings.AllowHierarchicalColumns property) are enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(400)]
public int HierarchicalColumnPopupHeight { get; set; }

Property Value

Type Default Description
Int32 400

The height of the popup window (in pixels).

See Also