FilterControlAllowAggregateEditing Enum
Contains values that specify if filters against List properties can be created.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
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. |
Related API Members
The following properties accept/return FilterControlAllowAggregateEditing values:
See Also