DataGrid SetFilterValue

I am wondering why the SetFilterValue, SetFilterOperator do not fire Settings Changed. I see that SetFilterValueAsync does but there isn't an equivalent for SetFilterOperator.

In some DataGrid filter modes the filter value can be set without actually invoking the filtering itself and later when the actual filter is performed the settings are saved - that's why there are different methods.