Name | Description | |
---|---|---|
ConditionFilter Constructor | Initializes a new instance of a ConditionFilter. |
The following tables list the members exposed by ConditionFilter.
Name | Description | |
---|---|---|
ConditionFilter Constructor | Initializes a new instance of a ConditionFilter. |
Name | Description | |
---|---|---|
AndConditions | Gets or sets whether the filter conditions should be combined with an 'And' or with an 'Or' operator. | |
Condition1 | Gets the first filter condition. | |
Condition2 | Gets the second filter condition. | |
IsActive | Overridden. Gets or sets a value that determines whether the filter is active. |
Name | Description | |
---|---|---|
Apply | Overridden. Applies the filter to a value. | |
Clone | Creates a clone of this ConditionFilter. | |
GetEditor | Overridden. Gets the editor used to modify the filter at run time. | |
ReadXmlDefinition | Overridden. | |
Reset | Overridden. Resets the filter making it inactive. | |
WriteXmlDefinition | Overridden. |
Name | Description | |
---|---|---|
DecodeXmlValue | Decodes string value to filter typed value. (Inherited from C1.Win.C1FlexGrid.BaseFilter) | |
EncodeXmlValue | Encodes filter value to string value. (Inherited from C1.Win.C1FlexGrid.BaseFilter) | |
GetDataType | Gets filter data type from XML definition. (Inherited from C1.Win.C1FlexGrid.BaseFilter) |