Skip to main content

FilterControlAllowAggregateEditing Enum

Contains values that specify if filters against List properties can be created.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public enum FilterControlAllowAggregateEditing

#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.

See Also