Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The ITableFilter interface controls parameters of autofiltering of tables and components of the DataGrid type.
ITableFilter
To set up filtering by column, use the ITableFilterItem interface.
| Property name | Brief description | |
| Count | The Count property returns the number of elements in the autofilter. | |
| Item | The Item property returns parameters of a specified filtering element. |
See also: