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

MVCxFilterControlSettings.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.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public int HierarchicalColumnPopupHeight { get; set; }

Property Value

Type Description
Int32

Height of the popup window (in pixels).

See Also