ASPxGridFilterControlSettings.AllowHierarchicalColumns Property
Specifies if the filter builder can display hierarchical columns.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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.
See Also