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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
Note
For better performance, it is not recommended for the filter control to have more than 5000 columns
See Also