Back to Devexpress

FilterControlAllowAggregateEditing Enum

corelibraries-devexpress-dot-xtraeditors-8165bbec.md

latest2.3 KB
Original Source

FilterControlAllowAggregateEditing Enum

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

Declaration

csharp
public enum FilterControlAllowAggregateEditing
vb
Public Enum FilterControlAllowAggregateEditing

Members

NameDescription
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

FilterEditorControl.AllowAggregateEditing

FilterEditorAggregateEditing

DevExpress.XtraEditors Namespace