Class | Description | |
---|---|---|
C1FlexGridFilter | Implements an Excel-style filter that can be added to existing C1FlexGrid controls. | |
C1FlexGridFilterService | Provides the standard implementation for attaching a C1FlexGridFilter to a C1FlexGrid control. | |
ColumnFilter | Filter defined by a ValueFilter and a ConditionFilter. Both filters must be satisfied by values. | |
ColumnFilterEditor | Editor used to inspect and modify ColumnFilter objects. | |
Condition | Represents a condition within a ConditionFilter. | |
ConditionFilter | Filter composed of two Condition elements that can be combined using an 'and' or an 'or' operator. | |
FilterExtensionMethods | Provides extension methods to support grid and column filtering. | |
ValueFilter | Filter defined by a list of values that should be accepted. If the list is empty, all values satisfy the filter. |
Structure | Description | |
---|---|---|
ColumnFilterEntry | Entry for a supported FilterOperation in ColumnFilter objects.. |
Enumeration | Description | |
---|---|---|
ConditionOperator | Represents operators that can be used in filter conditions. | |
FilterType | Represents the type if filtering provided by a ColumnFilter. |