public class RGFilter| RecroGridRGFilter | Initializes a new instance of the RecroGridRGFilter class. |
| Any | Gets a value indicating whether there is any condition. |
| Conditions | Gets the conditions. |
| JSObject | Gets the JavaScript object. |
| Add(RecroGridRGFilterLogicalOperatorEnum, RecroGridRGFilter) | Adds the specified condition from RGFilter. |
| Add(RecroGridRGFilterLogicalOperatorEnum, Int32, String, RecroGridRGFilterSQLOperatorEnum, Object) | Adds the specified condition. |
| Add(RecroGrid, RecroGridRGFilterLogicalOperatorEnum, String, RecroGridRGFilterSQLOperatorEnum, Object) | Adds the specified condition. |
| AddAliasCol | Adds the condition by Alias. |
| AddIn | Adds the In condition. |
| AddNotIn | Adds the Not In condition. |
| Clear | Removes all elements. |
| Deserialize | Deserializes the specified XML. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetFilter | Gets the filter (WHERE) string. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsValid | Determines whether there is a valid condition. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Remove | Removes the specified condition by ColName. |
| Serialize | Serializes this instance. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |