DataGrid filters

WPF

The DataGrid has filters in the columns that the end user can use.

To clear such filters in a view, you can call IWECPOFService.ClearAllDataGridFilters

public void ClearAllDataGridFilters()
{
   sp.GetEcoService<IWECPOFService>().ClearAllDataGridFilters();
}
This page was edited 73 days ago on 02/10/2024. What links here