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

ASPxFilterControlBase.HierarchicalColumnPopupHeight Property

Gets or sets the height of the popup window in which the columns list is displayed when the hierarchical columns view is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 400

Height of the popup window (in pixels).

See Also