FilterGroupSortChangingEventArgs.ComplexFilterCriteria Property
In This Article
Gets the complex filter that is applied to several columns.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public CriteriaOperator ComplexFilterCriteria { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
The complex filter that is applied to several columns. |
See Also