Class CompositeFilterExpression
Represent a complex filter expression.
Inheritance
System.Object
CompositeFilterExpression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class CompositeFilterExpression : FilterExpression, INotifyPropertyChanged, INotifyPropertyChangingEx, ICloneable
Constructors
CompositeFilterExpression()
Initializes a new instance of the Composite
Declaration
public CompositeFilterExpression()
Properties
FilterExpressions
Gets the filter expressions.
Declaration
public FilterExpressionCollection FilterExpressions { get; }
Property Value
Filter The filter expressions. |