Class
TopFilterDialogContext

Represents the context of the top filter dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class TopFilterDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextTopFilterDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

TopFilterDialogContext(RadWorksheetEditor, int)

Initializes a new instance of the TopFilterDialogContext class.

Declaration

cs-api-definition
public TopFilterDialogContext(RadWorksheetEditor radWorksheetEditor, int index)

Parameters

radWorksheetEditor

RadWorksheetEditor

The RadWorksheet editor.

index

int

The index.

Properties

ItemsPercent

Gets the items / percent drop down menu choice.

Declaration

cs-api-definition
public ItemsPercentFilterType ItemsPercent { get; }

Property Value

ItemsPercentFilterType

The items / percent drop down menu choice.

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.

TopBottom

Gets the top / bottom drop down menu choice.

Declaration

cs-api-definition
public TopBottomFilterType TopBottom { get; }

Property Value

TopBottomFilterType

The top / bottom drop down menu choice.

Value

Gets the value.

Declaration

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

Property Value

int

The value.

Methods

ApplyFilter(TopFilter)

Applies the filter.

Declaration

cs-api-definition
public void ApplyFilter(TopFilter newFilter)

Parameters

newFilter

TopFilter

The new filter.