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
public FilteringPopupConverterParameter()
Properties
Gets or sets the comparison operator1.
public ComparisonOperatorItem? ComparisonOperator1 { get; set; }
The comparison operator1.
Gets or sets the comparison operator2.
public ComparisonOperatorItem ComparisonOperator2 { get; set; }
The comparison operator2.
DynamicFilterType
DynamicFilterType?
Gets or sets the type of the dynamic filter.
public DynamicFilterType? DynamicFilterType { get; set; }
The type of the dynamic filter.
Gets or sets the is all dates in the period.
public bool IsAllDatesInThePeriod { get; set; }
The is all dates in the period.
Gets or sets the is color filter.
public bool IsColorFilter { get; set; }
The is color filter.
Gets or sets the is date filter.
public bool IsDateFilter { get; set; }
The is date filter.
Gets or sets the is number filter.
public bool IsNumberFilter { get; set; }
The is number filter.
Gets or sets the is text filter.
public bool IsTextFilter { get; set; }
The is text filter.
Gets or sets the is top filter.
public bool IsTopFilter { get; set; }
The is top filter.
Gets or sets the is values collection filter.
public bool IsValuesCollectionFilter { get; set; }
The is values collection filter.