Assembly: Tab;
The ITableFilterItem interface contains properties and methods of elements that determine filtering by column.
ITableFilterItem
To set up table autofiltering parameters, use the ITableFilter interface.
| Property name | Brief description | |
| Conditions | The Conditions property returns the collection of filtering conditions. | |
| Icon | The Icon property determines autofilter button icon for corresponding state. | |
| IsFiltered | The IsFiltered property determines whether the specified value satisfies autofilter settings. | |
| LimitCondition | The LimitCondition property determines filtering conditions for the Top N filtering type. | |
| SortState | The SortState property returns the set sorting type. | |
| The State property determines a filtering type. | ||
| ValuesNumber | The ValuesNumber property determines the number of unique values that can be selected. |
| Method name | Brief description | |
| Sort | The Sort method determines the sorting direction that will be set in the table. |
See also: