Skip to main content

FilterGroupSortChangingEventArgs.ComplexFilterCriteria Property

Gets the complex filter that is applied to several columns.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public CriteriaOperator ComplexFilterCriteria { get; set; }

Property Value

Type Description
CriteriaOperator

The complex filter that is applied to several columns.

See Also