Back to Devexpress

ColumnViewOptionsFilter.FilterEditorAggregateEditing Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfilter-c16fbdd6.md

latest2.6 KB
Original Source

ColumnViewOptionsFilter.FilterEditorAggregateEditing Property

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

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(FilterControlAllowAggregateEditing.No)]
[XtraSerializableProperty]
public virtual FilterControlAllowAggregateEditing FilterEditorAggregateEditing { get; set; }
vb
<Browsable(False)>
<DefaultValue(FilterControlAllowAggregateEditing.No)>
<XtraSerializableProperty>
Public Overridable Property FilterEditorAggregateEditing As FilterControlAllowAggregateEditing

Property Value

TypeDefaultDescription
FilterControlAllowAggregateEditingNo

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

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FilterEditorAggregateEditing
ColumnView

.OptionsFilter .FilterEditorAggregateEditing

|

See Also

ColumnViewOptionsFilter Class

ColumnViewOptionsFilter Members

DevExpress.XtraGrid.Views.Base Namespace