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

ASPxGridFilterControlSettings.MaxHierarchyDepth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(4)]
public int MaxHierarchyDepth { get; set; }

Property Value

Type Default Description
Int32 4

An Int32 value specifying the depth level.

Remarks

When the ASPxGridFilterControlSettings.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