Skip to main content
A newer version of this page is available. .

TreeListOptionsFilter.FilterEditorAggregateEditing Property

Gets or sets whether filters can be created against properties that are List objects.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[Browsable(false)]
[DefaultValue(FilterControlAllowAggregateEditing.No)]
[XtraSerializableProperty]
public virtual FilterControlAllowAggregateEditing FilterEditorAggregateEditing { get; set; }

Property Value

Type Default Description
FilterControlAllowAggregateEditing No

A FilterControlAllowAggregateEditing value that specifies if filters can be created against properties that are List objects.

Available values:

Name Description
No

Doesn’t allow filters to be created against List properties and against their children.

Aggregate

Allows filters to be created against properties that are List objects.

AggregateWithCondition

Allows filters to be created against properties that are List objects, and against the List’s children.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FilterEditorAggregateEditing
WinForms Controls GanttControl
.OptionsFilter .FilterEditorAggregateEditing
ResourcesTree
.OptionsFilter .FilterEditorAggregateEditing
TreeList
.OptionsFilter .FilterEditorAggregateEditing
Reporting XRDesignFieldList
.OptionsFilter .FilterEditorAggregateEditing
XRDesignReportExplorer
.OptionsFilter .FilterEditorAggregateEditing
See Also