New to Telerik UI for WPFStart a free 30-day trial

Represents filtering popup converter parameter.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FilteringPopupConverterParameter : NotifyPropertyChangedBase

Inheritance: objectFilteringPopupConverterParameter

Constructors

C#
public FilteringPopupConverterParameter()

Properties

Gets or sets the comparison operator1.

C#
public ComparisonOperatorItem? ComparisonOperator1 { get; set; }
Property Value:

The comparison operator1.

Gets or sets the comparison operator2.

C#
public ComparisonOperatorItem ComparisonOperator2 { get; set; }
Property Value:

The comparison operator2.

DynamicFilterType

DynamicFilterType?

Gets or sets the type of the dynamic filter.

C#
public DynamicFilterType? DynamicFilterType { get; set; }
Property Value:

The type of the dynamic filter.

Gets or sets the is all dates in the period.

C#
public bool IsAllDatesInThePeriod { get; set; }
Property Value:

The is all dates in the period.

Gets or sets the is color filter.

C#
public bool IsColorFilter { get; set; }
Property Value:

The is color filter.

Gets or sets the is date filter.

C#
public bool IsDateFilter { get; set; }
Property Value:

The is date filter.

Gets or sets the is number filter.

C#
public bool IsNumberFilter { get; set; }
Property Value:

The is number filter.

Gets or sets the is text filter.

C#
public bool IsTextFilter { get; set; }
Property Value:

The is text filter.

Gets or sets the is top filter.

C#
public bool IsTopFilter { get; set; }
Property Value:

The is top filter.

Gets or sets the is values collection filter.

C#
public bool IsValuesCollectionFilter { get; set; }
Property Value:

The is values collection filter.