Represents command parameter for the custom filter open dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class CustomFilterDialogCommandParameter : NotifyPropertyChangedBase
Inheritance: objectCustomFilterDialogCommandParameter
Constructors
C#
public CustomFilterDialogCommandParameter()
Properties
Gets or sets the comparison operator1.
C#
public ComparisonOperatorItem ComparisonOperator1 { get; set; }
The comparison operator1.
Gets or sets the comparison operator2.
C#
public ComparisonOperatorItem ComparisonOperator2 { get; set; }
The comparison operator2.