RadControls for WinForms

The FilterExpression type exposes the following members.

Properties

  NameDescription
Public propertyBinaryOperator
Gets or sets a value that indicates which binary operator will be used when concatenating multiple filter expressions.
Public propertyExpression
Gets the filter expression.
(Inherited from CompositeFilterDescriptor.)
Public propertyFieldName
Gets or sets a value that indicates the name of the associated field.
Public propertyFilterDescriptors
Gets the filter descriptors.
(Inherited from CompositeFilterDescriptor.)
Public propertyIsApplicable Obsolete.
Public propertyIsFilterEditor (Overrides FilterDescriptor..::..IsFilterEditor.)
Public propertyIsSameName
Gets a value indicating whether this instance contains FilterDescriptor's with different PropertyName.
(Inherited from CompositeFilterDescriptor.)
Public propertyIsValid
Gets a value indicating whether the filter expression is valid.
Public propertyLogicalOperator
Gets or sets the logical operator.
(Inherited from CompositeFilterDescriptor.)
Public propertyNotOperator
Gets or sets a value indicating whether [not operator].
(Inherited from CompositeFilterDescriptor.)
Public propertyOperator
Gets or sets the operator.
(Inherited from CompositeFilterDescriptor.)
Public propertyParameters
Public propertyPredicates
Gets a collection containing the filter predicates.
Public propertyPropertyName
Gets or sets the name of the property.
(Inherited from CompositeFilterDescriptor.)
Public propertyValue
Gets or sets the value.
(Inherited from FilterDescriptor.)

See Also