DataGridView.MergeColumnFilters(String) Method
In This Article
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
C#
public void MergeColumnFilters(
string filterString
)
#Parameters
Name | Type | Description |
---|---|---|
filter |
String | The filter expression. |
See Also