Class FieldFilterDescriptor
The default implementation of IFieldFilterDescriptor.
Inherited Members
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class FieldFilterDescriptor : DescriptorBase, ISuspendNotifications, IFilterDescriptor, INotifyPropertyChanged
Constructors
FieldFilterDescriptor(String)
Initializes a new instance of the FieldFilterDescriptor class.
Declaration
public FieldFilterDescriptor(string memberName)
Parameters
System.String
memberName
|
Properties
Filter1
Gets or sets the first filter operator.
Declaration
public OperatorValueFilterDescriptorBase Filter1 { get; }
Property Value
OperatorValueFilterDescriptorBase
|
Filter2
Gets or sets the second filter operator.
Declaration
public OperatorValueFilterDescriptorBase Filter2 { get; }
Property Value
OperatorValueFilterDescriptorBase
|
LogicalOperator
Gets or sets the logical operator.
Declaration
public FilterCompositionLogicalOperator LogicalOperator { get; set; }
Property Value
FilterCompositionLogicalOperator
|
Methods
CreateFilterExpression(Expression)
Creates a filter expression based on the filter descriptors.
Declaration
public Expression CreateFilterExpression(Expression instance)
Parameters
System.Linq.Expressions.Expression
instance
|
Returns
System.Linq.Expressions.Expression
|
Implements
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents the current System.Object. |