DataGrid get if it has filters?

How can I query the grid to check if it has one or more filters set?

The easiest way will be to check grid.Query.Filter where grid is the DataGrid reference.