ITableFilterItem

Assembly: Forms;

Description

The ITableFilterItem interface contains properties and methods of the elements that determine filtering by column.

Inheritance Hierarchy

          ITableFilterItem

Comments

To set up table autofiltering parameters, use the ITableFilter interface.

Properties

  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.

Methods

  Method name Brief description
The Sort method determines the direction of sorting that is set in the column.

See also:

Forms Assembly Interfaces