DataControlBase.MergeColumnFilters(String) Method
Combines the specified filter with the grid’s current filter with the AND operator.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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.
See Also