corelibraries-devexpress-dot-xtraeditors-8165bbec.md
Contains values that specify if filters against List properties can be created.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public enum FilterControlAllowAggregateEditing
Public Enum FilterControlAllowAggregateEditing
| 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.
|
The following properties accept/return FilterControlAllowAggregateEditing values:
See Also
FilterControl.AllowAggregateEditing