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