Skip to main content

MVCxFilterControlSettings.AllowHierarchicalColumns Property

Specifies if the filter builder can display hierarchical columns.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool AllowHierarchicalColumns { get; set; }

Property Value

Type Description
Boolean

true, to display hierarchical columns; otherwise, false.

Remarks

Use the AllowHierarchicalColumns property to specify if the filter builder can display hierarchical columns. The max hierarchy depth level can be limited by using the ASPxGridFilterControlSettings.MaxHierarchyDepth property.

FilterControl_HierarhicalColumns

Refer to the Filter Control topic for more information.

See Also