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.AllowFilterControlHierarchy Property

Specifies whether or not the Filter Builder dialog shows the properties hierarchy.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

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

NuGet Package: DevExpress.ExpressApp.Web

Declaration

[DefaultValue(false)]
public static bool AllowFilterControlHierarchy { get; set; }

Property Value

Type Default Description
Boolean false

true, if the Filter Builder dialog shows the properties hierarchy; otherwise, false.

Remarks

The following image demonstrates the Filter Builder dialog when AllowFilterControlHierarchy is true (to the left) and when AllowFilterControlHierarchy is false (to the right).

ASPxGridListEditor.AllowFilterControlHierarchy

When the AllowFilterControlHierarchy property is set to true, the filter dialog shows a hierarchical tree for members of the referenced or collection property. However, you cannot use the Equals operator and choose reference property values from a lookup in this mode. When AllowFilterControlHierarchy is set to false, the filter dialog shows a plain list of members, but you can use the Equals operator.

The Solution Wizard enables the AllowFilterControlHierarchy property in new projects. For this purpose, the wizard generates new projects with the FrameworkSettings.DefaultSettingsCompatibilityMode property set to Latest.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AllowFilterControlHierarchy 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