Interface ICompositeFilterDescriptor
Represents a composite filtering abstraction which has a collection of filter descriptors combined together by a logical operator.
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public interface ICompositeFilterDescriptor : IFilterDescriptor, INotifyPropertyChanged
Properties
FilterDescriptors
Gets filter descriptors that will be used for composition.
Declaration
FilterDescriptorCollection FilterDescriptors { get; }
Property Value
FilterDescriptorCollection
The filter descriptors used for composition. |
LogicalOperator
Gets or sets the logical operator.
Declaration
FilterCompositionLogicalOperator LogicalOperator { get; set; }
Property Value
FilterCompositionLogicalOperator
The logical operator. |