Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The ITableFilterItem interface contains properties and methods of the elements that determine filtering by column.
ITableFilterItem
To set up table autofiltering parameters, use the ITableFilter interface.
| Property name | Brief description | |
| The Conditions property returns the collection of filter conditions. | ||
| The Icon property determines the icon of autofilter button for the appropriate state. | ||
| The IsFiltered property determines whether the specified value satisfies the settings of autofilter. | ||
| The LimitCondition property determines filtration conditions for the First # filtration type. | ||
| The SortState property returns type of the set sorting. | ||
| The State property determines the filtration type. | ||
| The ValuesNumber property determines the number of unique values available for selection. |
| Method name | Brief description | |
| The Sort method determines the direction of sorting that should be set in the column. |
See also: