DataGridView.MergeColumnFilters(String) Method
Combines the specified filter with the grid’s current filter with the AND
operator.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public void MergeColumnFilters(
string filterString
)
Parameters
Name | Type | Description |
---|---|---|
filterString | String | The filter expression. |
See Also