ClassCustomFilterDialogContext
Represents the context of the custom filter dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CustomFilterDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextCustomFilterDialogContext
Inherited Members
Constructors
CustomFilterDialogContext(RadWorksheetEditor, int)
Initializes a new instance of the CustomFilterDialogContext class.
Declaration
public CustomFilterDialogContext(RadWorksheetEditor radWorksheetEditor, int relativeColumnIndex)
Parameters
radWorksheetEditor
The RadWorksheet editor.
relativeColumnIndex
The relative index of the column.
CustomFilterDialogContext(RadWorksheetEditor, int, ComparisonOperatorItem, ComparisonOperatorItem)
Initializes a new instance of the CustomFilterDialogContext class.
Declaration
public CustomFilterDialogContext(RadWorksheetEditor radWorksheetEditor, int relativeColumnIndex, ComparisonOperatorItem comparisonOperator1, ComparisonOperatorItem comparisonOperator2)
Parameters
radWorksheetEditor
The RadWorksheet editor.
relativeColumnIndex
The relative index of the column.
comparisonOperator1
The first comparison operator.
comparisonOperator2
The second comparison operator.
Properties
ComparisonOperator1
Gets the first comparison operator.
Declaration
public ComparisonOperatorItem ComparisonOperator1 { get; }
Property Value
The first comparison operator.
ComparisonOperator2
Gets the second comparison operator.
Declaration
public ComparisonOperatorItem ComparisonOperator2 { get; }
Property Value
The comparison operator.
FilterValue1
Gets the first filter value to which the cell value will be compared.
Declaration
public string FilterValue1 { get; }
Property Value
The filter value.
FilterValue2
Gets the second filter value to which the cell value will be compared.
Declaration
public string FilterValue2 { get; }
Property Value
The second filter value.
LogicalOperator
Gets the logical operator.
Declaration
public LogicalOperator LogicalOperator { get; }
Property Value
LogicalOperator
The logical operator.
RelativeColumnIndex
Gets the relative index of the column.
Declaration
public int RelativeColumnIndex { get; }
Property Value
The relative index of the column.