Class | Description | |
---|---|---|
![]() | C1FlexGridFilter | Implements an Excel-style filter that can be added to existing C1FlexGrid controls. |
![]() | C1FlexGridFilterRow | Implements an special filter row that can be added to existing C1FlexGrid controls. |
![]() | C1FlexGridFilterService | Provides the standard implementation for attaching a C1FlexGridFilter to a C1FlexGrid control. |
![]() | C1FullTextFilter | Implements a full text filter that can be added to existing C1FlexGrid controls. |
![]() | ColumnFilter | Inherit from ColumnFilterBase and apply for C1FlexGridFilter behavior |
![]() | ColumnFilterBase<T> | The Filter's abstract class defined by a ValueFilter and a ConditionFilter. Both filters must be satisfied by values. |
![]() | ColumnFilterEditor | Editor used to inspect and modify ColumnFilter objects. |
![]() | ColumnFilterRow | Inherit from ColumnFilterBase and apply for C1FlexGridFilterRow behavior |
![]() | 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. |
![]() | FullTextColumnFilter | Inherit from ColumnFilterBase and apply for C1FullTextFilter behavior |
![]() | HyperlinkButton | Implements a HyperlinkButton control like the one in Silverlight. |
![]() | TextCondition | Represents a condition within a ConditionFilter use for text filter extend |
![]() | ValueFilter | Filter defined by a list of values that should be accepted. If the list is empty, all values satisfy the filter. |