DataControlBase.MergeColumnFilters(CriteriaOperator) Method
Combines the specified filter with the grid’s current filter with the AND operator.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
filterCriteria | CriteriaOperator | A CriteriaOperator descendant that represents the filter expression. |
Remarks
Use the MergeColumnFilters method to apply a filter to individual columns without resetting the existing filter. To learn more, see Filtering in Code.
See Also