New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The comparison operator1.

Gets or sets the comparison operator2.

C#
public ComparisonOperatorItem ComparisonOperator2 { get; set; }
Property Value:

The comparison operator2.