Skip to main content
Tab

ASPxGridFilterControlSettings.AllowHierarchicalColumns Property

Specifies if the filter builder can display hierarchical columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true, to display hierarchical columns; otherwise, false.

Remarks

Use the AllowHierarchicalColumns property to specify if the filter builder can display hierarchical columns. The max hierarchy depth level can be limited by using the ASPxGridFilterControlSettings.MaxHierarchyDepth property.

FilterControl_HierarhicalColumns

See Also