Class CustomFilterDialogCommandParameter
Represents command parameter for the custom filter open dialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CustomFilterDialogCommandParameter : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
CustomFilterDialogCommandParameter()
Declaration
public CustomFilterDialogCommandParameter()
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. |