MVCxFilterControlSettings.AllowHierarchicalColumns Property
Specifies if the filter builder can display hierarchical columns.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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.
Refer to the Filter Control topic for more information.
See Also