ClassFilteringPopupConverterParameter
Represents filtering popup converter parameter.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class FilteringPopupConverterParameter : NotifyPropertyChangedBase
Inheritance: objectFilteringPopupConverterParameter
Constructors
FilteringPopupConverterParameter()
Declaration
public FilteringPopupConverterParameter()
Properties
ComparisonOperator1
Gets or sets the comparison operator1.
Declaration
public ComparisonOperatorItem? ComparisonOperator1 { get; set; }
Property Value
The comparison operator1.
ComparisonOperator2
Gets or sets the comparison operator2.
Declaration
public ComparisonOperatorItem ComparisonOperator2 { get; set; }
Property Value
The comparison operator2.
DynamicFilterType
Gets or sets the type of the dynamic filter.
Declaration
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
public bool IsAllDatesInThePeriod { get; set; }
Property Value
The is all dates in the period.
IsColorFilter
Gets or sets the is color filter.
Declaration
public bool IsColorFilter { get; set; }
Property Value
The is color filter.
IsDateFilter
Gets or sets the is date filter.
Declaration
public bool IsDateFilter { get; set; }
Property Value
The is date filter.
IsNumberFilter
Gets or sets the is number filter.
Declaration
public bool IsNumberFilter { get; set; }
Property Value
The is number filter.
IsTextFilter
Gets or sets the is text filter.
Declaration
public bool IsTextFilter { get; set; }
Property Value
The is text filter.
IsTopFilter
Gets or sets the is top filter.
Declaration
public bool IsTopFilter { get; set; }
Property Value
The is top filter.
IsValuesCollectionFilter
Gets or sets the is values collection filter.
Declaration
public bool IsValuesCollectionFilter { get; set; }
Property Value
The is values collection filter.