Assembly: Tab;
The ITabFilterConditions interface contains properties and methods for managing filtering conditions.
ITableFilterCondition
When describing a condition one should set the Condition, Relation properties and one of the Value or TextValue properties.
| Property name | Brief description | |
| Condition | The Condition property determines the condition type, by which data is filtered. | |
| Relation | The Relation property determines logical relation between a condition and the following condition. | |
| TextValue | The TextValue property determines the constraint value that will be used without conversion. | |
| Value | The Value property determines constraint value. |
See also: