Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataControlBase.MergeColumnFilters(String) Method

Combines the specified filter with the grid’s current filter with the AND operator.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public void MergeColumnFilters(
    string filterString
)

#Parameters

Name Type Description
filterString String

A String value 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