windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsfilter-0a9c21bf.md
Gets or sets whether filters can be created against properties that are List objects.
Namespace : DevExpress.XtraVerticalGrid
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
[Browsable(false)]
[DefaultValue(FilterControlAllowAggregateEditing.No)]
[XtraSerializableProperty]
public virtual FilterControlAllowAggregateEditing FilterEditorAggregateEditing { get; set; }
<Browsable(False)>
<DefaultValue(FilterControlAllowAggregateEditing.No)>
<XtraSerializableProperty>
Public Overridable Property FilterEditorAggregateEditing As FilterControlAllowAggregateEditing
| Type | Default | Description |
|---|---|---|
| FilterControlAllowAggregateEditing | No |
A FilterControlAllowAggregateEditing value that specifies if filters can be created against properties that are List objects.
|
Available values:
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to FilterEditorAggregateEditing |
|---|---|
| VGridControl |
.OptionsFilter .FilterEditorAggregateEditing
|
See Also