ITableFilter

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms;

Description

The ITableFilter interface controls parameters of auto filtration of tables and components of the DataGrid type.

Inheritance hierarchy

          ITableFilter

Comments

To set up filtering by column, use the ITableFilterItem interface.

Properties

  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 filter element.

See also:

Forms Assembly Interfaces