Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

ASPxGridListEditor.MaxFilterControlHierarchyDepth Property

Specifies a column’s max hierarchy depth level that can be displayed by the filter dialog when the ASPxGridListEditor.AllowFilterControlHierarchy property is set to true.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

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

NuGet Package: DevExpress.ExpressApp.Web

Declaration

[DefaultValue(3)]
public static int MaxFilterControlHierarchyDepth { get; set; }

Property Value

Type Default Description
Int32 3

An integer value specifying the depth level.

Remarks

Use the MaxFilterControlHierarchyDepth property to limit the max hierarchy depth level.

The following code snippets (auto-collected from DevExpress Examples) contain references to the MaxFilterControlHierarchyDepth property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also