[]
Implements an Excel-style filter that can be added to existing C1FlexGrid controls.
Implements an special filter row that can be added to existing C1FlexGrid controls.
Provides the standard implementation for attaching a C1FlexGridFilter to a C1FlexGrid control.
Implements a full text filter that can be added to existing C1FlexGrid controls.
Inherit from ColumnFilterBase and apply for C1FlexGridFilter behavior
The Filter's abstract class defined by a ValueFilter and a ConditionFilter. Both filters must be satisfied by values.
Editor used to inspect and modify ColumnFilter objects.
Inherit from ColumnFilterBase and apply for C1FlexGridFilterRow behavior
Represents a condition within a ConditionFilter.
Filter composed of two Condition elements that can be combined using an 'and' or an 'or' operator.
Provides extension methods to support grid and column filtering.
Inherit from ColumnFilterBase and apply for C1FullTextFilter behavior
Implements a HyperlinkButton control like the one in Silverlight.
Represents a condition within a ConditionFilter use for text filter extend
Filter defined by a list of values that should be accepted. If the list is empty, all values satisfy the filter.
Entry for a supported FilterOperation in ColumnFilter objects..
Specifies the modes to perform the filter operation.
Represents operators that can be used in filter conditions.
Represents the type if filtering provided by a ColumnFilter.