Enum
TopFilterType

Modes for selecting top or bottom items by count or percentage in a TopFilter.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Filtering

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum TopFilterType

Fields

BottomNumber

Shows the N lowest numeric values in the column.

Declaration

cs-api-definition
BottomNumber = 1

Field Value

TopFilterType

BottomPercent

Shows the bottom N% of values ranked by magnitude in the column.

Declaration

cs-api-definition
BottomPercent = 3

Field Value

TopFilterType

TopNumber

Shows the N highest numeric values in the column.

Declaration

cs-api-definition
TopNumber = 0

Field Value

TopFilterType

TopPercent

Shows the top N% of values ranked by magnitude in the column.

Declaration

cs-api-definition
TopPercent = 2

Field Value

TopFilterType