Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
CrossFieldRecordFilter Class Members
The following tables list the members exposed by CrossFieldRecordFilter.
Public Properties
| Name | Description |
| Field | Gets or sets the field whose cell data will be matched using the operator and operand. |
| FieldName | Gets or sets the name of the field whose cell data will be matched using the operator and operand. |
| Operand | Get/sets the operand to test with the Operator to determine if a cell matches the filter. |
| Operator | Get/sets the operator to use with the Operand to determine if a cell matches the filter. |
Protected Properties
| Name | Description |
| HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Public Methods
| Name | Description |
| Clone | Overridden. Returns a clone of the object |
| ToString | Returns a string representation of the object |
Public Events
| Name | Description |
| PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |
See Also