Interface
IFieldFilterDescriptor

Represents the field filter descriptor of a column filter descriptor.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public interface IFieldFilterDescriptor : IFilterDescriptor, INotifyPropertyChanged

Inherited Members IFilterDescriptor.CreateFilterExpression(Expression)INotifyPropertyChanged.PropertyChanged

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

bool

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.

Methods

Clear()

Clears the descriptors.

Declaration

cs-api-definition
void Clear()