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