Skip to main content

MVCxFilterControlSettings.MaxHierarchyDepth Property

Specifies a column’s max hierarchy depth level that can be displayed by the filter builder.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int MaxHierarchyDepth { get; set; }

Property Value

Type Description
Int32

An Int32 value specifying the depth level.

Remarks

When the MVCxFilterControlSettings.AllowHierarchicalColumns property is set to true, the filter builder can display hierarchical columns. In this case, use the MaxHierarchyDepth property to limit the max hierarchy depth level.

FilterControl_HierarhicalColumns

Note

For better performance, it is not recommended for the filter control to have more than 5000 columns

See Also