Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int HierarchicalColumnPopupHeight { get; set; }

Property Value

Type Description
Int32

Height of the popup window (in pixels).

See Also