Class
FilteringPopupConverterParameter

Represents filtering popup converter parameter.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FilteringPopupConverterParameter : NotifyPropertyChangedBase

Inheritance: objectFilteringPopupConverterParameter

Constructors

FilteringPopupConverterParameter()

Declaration

cs-api-definition
public FilteringPopupConverterParameter()

Properties

ComparisonOperator1

Gets or sets the comparison operator1.

Declaration

cs-api-definition
public ComparisonOperatorItem? ComparisonOperator1 { get; set; }

Property Value

ComparisonOperatorItem?

The comparison operator1.

ComparisonOperator2

Gets or sets the comparison operator2.

Declaration

cs-api-definition
public ComparisonOperatorItem ComparisonOperator2 { get; set; }

Property Value

ComparisonOperatorItem

The comparison operator2.

DynamicFilterType

Gets or sets the type of the dynamic filter.

Declaration

cs-api-definition
public DynamicFilterType? DynamicFilterType { get; set; }

Property Value

DynamicFilterType?

The type of the dynamic filter.

IsAllDatesInThePeriod

Gets or sets the is all dates in the period.

Declaration

cs-api-definition
public bool IsAllDatesInThePeriod { get; set; }

Property Value

bool

The is all dates in the period.

IsColorFilter

Gets or sets the is color filter.

Declaration

cs-api-definition
public bool IsColorFilter { get; set; }

Property Value

bool

The is color filter.

IsDateFilter

Gets or sets the is date filter.

Declaration

cs-api-definition
public bool IsDateFilter { get; set; }

Property Value

bool

The is date filter.

IsNumberFilter

Gets or sets the is number filter.

Declaration

cs-api-definition
public bool IsNumberFilter { get; set; }

Property Value

bool

The is number filter.

IsTextFilter

Gets or sets the is text filter.

Declaration

cs-api-definition
public bool IsTextFilter { get; set; }

Property Value

bool

The is text filter.

IsTopFilter

Gets or sets the is top filter.

Declaration

cs-api-definition
public bool IsTopFilter { get; set; }

Property Value

bool

The is top filter.

IsValuesCollectionFilter

Gets or sets the is values collection filter.

Declaration

cs-api-definition
public bool IsValuesCollectionFilter { get; set; }

Property Value

bool

The is values collection filter.