Forms > Forms Assembly Interfaces > ITableFilterItem
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 filtering conditions. | |
![]() |
The Icon property determines an icon of autofilter button for the appropriate state. | |
![]() |
The IsFiltered property determines whether the specified value satisfies autofilter settings. | |
![]() |
The LimitCondition property determines filtering conditions for the Top N filtering type. | |
![]() |
The SortState property returns type of the set sorting. | |
![]() |
The State property determines a filtering 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 is set in the column. |
See also: