Class
CustomFilterDialogContext

Represents the context of the custom filter dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class CustomFilterDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextCustomFilterDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

CustomFilterDialogContext(RadWorksheetEditor, int)

Initializes a new instance of the CustomFilterDialogContext class.

Declaration

cs-api-definition
public CustomFilterDialogContext(RadWorksheetEditor radWorksheetEditor, int relativeColumnIndex)

Parameters

radWorksheetEditor

RadWorksheetEditor

The RadWorksheet editor.

relativeColumnIndex

int

The relative index of the column.

CustomFilterDialogContext(RadWorksheetEditor, int, ComparisonOperatorItem, ComparisonOperatorItem)

Initializes a new instance of the CustomFilterDialogContext class.

Declaration

cs-api-definition
public CustomFilterDialogContext(RadWorksheetEditor radWorksheetEditor, int relativeColumnIndex, ComparisonOperatorItem comparisonOperator1, ComparisonOperatorItem comparisonOperator2)

Parameters

radWorksheetEditor

RadWorksheetEditor

The RadWorksheet editor.

relativeColumnIndex

int

The relative index of the column.

comparisonOperator1

ComparisonOperatorItem

The first comparison operator.

comparisonOperator2

ComparisonOperatorItem

The second comparison operator.

Properties

ComparisonOperator1

Gets the first comparison operator.

Declaration

cs-api-definition
public ComparisonOperatorItem ComparisonOperator1 { get; }

Property Value

ComparisonOperatorItem

The first comparison operator.

ComparisonOperator2

Gets the second comparison operator.

Declaration

cs-api-definition
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

cs-api-definition
public string FilterValue1 { get; }

Property Value

string

The filter value.

FilterValue2

Gets the second filter value to which the cell value will be compared.

Declaration

cs-api-definition
public string FilterValue2 { get; }

Property Value

string

The second filter value.

LogicalOperator

Gets the logical operator.

Declaration

cs-api-definition
public LogicalOperator LogicalOperator { get; }

Property Value

LogicalOperator

The logical operator.

RelativeColumnIndex

Gets the relative index of the column.

Declaration

cs-api-definition
public int RelativeColumnIndex { get; }

Property Value

int

The relative index of the column.