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