InterfaceIFieldFilterDescriptor
Interface
Represents the field filter descriptor of a CardDataFieldFilterDescriptor.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public interface IFieldFilterDescriptor : IFilterDescriptor, INotifyPropertyChanged
Inherited Members
Properties
Filter1
Gets the first field filter.
Declaration
cs-api-definition
OperatorValueFilterDescriptorBase Filter1 { get; }
Property Value
OperatorValueFilterDescriptorBase
The first field filter.
Filter2
Gets the second field filter.
Declaration
cs-api-definition
OperatorValueFilterDescriptorBase Filter2 { get; }
Property Value
OperatorValueFilterDescriptorBase
The second field filter.
IsActive
Gets a value indicating whether this filter is active.
Declaration
cs-api-definition
bool IsActive { get; }
Property Value
true if the filter is active; otherwise, false.
LogicalOperator
Gets or sets the logical operator.
Declaration
cs-api-definition
FilterCompositionLogicalOperator LogicalOperator { get; set; }
Property Value
FilterCompositionLogicalOperator
The logical operator.