ASPxGridFilterControlSettings.AllowHierarchicalColumns Property
Specifies if the filter builder can display hierarchical columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.1.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Show 18 property paths
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.
See Also