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 Condition1 and Condition2 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. |
![]() | Conditions | Gets the set of logical conditions defined for the filtering. |
![]() | IsActive | Overridden. |
Name | Description | |
---|---|---|
![]() | Apply | Overridden. |
![]() | Clone | Creates a clone of this ConditionFilter. |
![]() | GetEditor | Overridden. |
![]() | ReadXmlDefinition | Overridden. |
![]() | Reset | Overridden. |
![]() | WriteXmlDefinition | Overridden. |
Name | Description | |
---|---|---|
![]() | DecodeXmlValue | Decodes string value to filter typed value. (Inherited from C1.Win.FlexGrid.BaseFilter) |
![]() | EncodeXmlValue | Encodes filter value to string value. (Inherited from C1.Win.FlexGrid.BaseFilter) |
![]() | GetDataType | Gets filter data type from XML definition. (Inherited from C1.Win.FlexGrid.BaseFilter) |