Enum
DynamicFilterType

Specifies the criterion type for DynamicFilter, including relative date periods, specific months/quarters, and average comparisons.

Definition

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

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum DynamicFilterType

Fields

AboveAverage

Shows rows with numeric values greater than the column's average.

Declaration

cs-api-definition
AboveAverage = 1

Field Value

DynamicFilterType

April

Shows rows with dates falling in April of any year.

Declaration

cs-api-definition
April = 26

Field Value

DynamicFilterType

August

Shows rows with dates falling in August of any year.

Declaration

cs-api-definition
August = 30

Field Value

DynamicFilterType

BelowAverage

Shows rows with numeric values less than the column's average.

Declaration

cs-api-definition
BelowAverage = 2

Field Value

DynamicFilterType

December

Shows rows with dates falling in December of any year.

Declaration

cs-api-definition
December = 34

Field Value

DynamicFilterType

February

Shows rows with dates falling in February of any year.

Declaration

cs-api-definition
February = 24

Field Value

DynamicFilterType

January

Shows rows with dates falling in January of any year.

Declaration

cs-api-definition
January = 23

Field Value

DynamicFilterType

July

Shows rows with dates falling in July of any year.

Declaration

cs-api-definition
July = 29

Field Value

DynamicFilterType

June

Shows rows with dates falling in June of any year.

Declaration

cs-api-definition
June = 28

Field Value

DynamicFilterType

LastMonth

Shows rows with dates falling in last calendar month.

Declaration

cs-api-definition
LastMonth = 11

Field Value

DynamicFilterType

LastQuarter

Shows rows with dates falling in last fiscal quarter.

Declaration

cs-api-definition
LastQuarter = 14

Field Value

DynamicFilterType

LastWeek

Shows rows with dates falling in last week (7 days prior to current week).

Declaration

cs-api-definition
LastWeek = 8

Field Value

DynamicFilterType

LastYear

Shows rows with dates falling in last calendar year.

Declaration

cs-api-definition
LastYear = 17

Field Value

DynamicFilterType

March

Shows rows with dates falling in March of any year.

Declaration

cs-api-definition
March = 25

Field Value

DynamicFilterType

May

Shows rows with dates falling in May of any year.

Declaration

cs-api-definition
May = 27

Field Value

DynamicFilterType

NextMonth

Shows rows with dates falling in next calendar month.

Declaration

cs-api-definition
NextMonth = 9

Field Value

DynamicFilterType

NextQuarter

Shows rows with dates falling in next fiscal quarter (Q1: Jan-Mar, Q2: Apr-Jun, Q3: Jul-Sep, Q4: Oct-Dec).

Declaration

cs-api-definition
NextQuarter = 12

Field Value

DynamicFilterType

NextWeek

Shows rows with dates falling in next week (7 days ahead of current week).

Declaration

cs-api-definition
NextWeek = 6

Field Value

DynamicFilterType

NextYear

Shows rows with dates falling in next calendar year.

Declaration

cs-api-definition
NextYear = 15

Field Value

DynamicFilterType

None

No filter applied; all rows pass.

Declaration

cs-api-definition
None = 0

Field Value

DynamicFilterType

November

Shows rows with dates falling in November of any year.

Declaration

cs-api-definition
November = 33

Field Value

DynamicFilterType

October

Shows rows with dates falling in October of any year.

Declaration

cs-api-definition
October = 32

Field Value

DynamicFilterType

Quarter1

Shows rows with dates falling in the first fiscal quarter (January through March).

Declaration

cs-api-definition
Quarter1 = 19

Field Value

DynamicFilterType

Quarter2

Shows rows with dates falling in the second fiscal quarter (April through June).

Declaration

cs-api-definition
Quarter2 = 20

Field Value

DynamicFilterType

Quarter3

Shows rows with dates falling in the third fiscal quarter (July through September).

Declaration

cs-api-definition
Quarter3 = 21

Field Value

DynamicFilterType

Quarter4

Shows rows with dates falling in the fourth fiscal quarter (October through December).

Declaration

cs-api-definition
Quarter4 = 22

Field Value

DynamicFilterType

September

Shows rows with dates falling in September of any year.

Declaration

cs-api-definition
September = 31

Field Value

DynamicFilterType

ThisMonth

Shows rows with dates falling in the current calendar month.

Declaration

cs-api-definition
ThisMonth = 10

Field Value

DynamicFilterType

ThisQuarter

Shows rows with dates falling in the current fiscal quarter.

Declaration

cs-api-definition
ThisQuarter = 13

Field Value

DynamicFilterType

ThisWeek

Shows rows with dates falling in the current week (Sunday through Saturday containing today).

Declaration

cs-api-definition
ThisWeek = 7

Field Value

DynamicFilterType

ThisYear

Shows rows with dates falling in the current calendar year.

Declaration

cs-api-definition
ThisYear = 16

Field Value

DynamicFilterType

Today

Shows rows with dates matching today's date (relative to execution time).

Declaration

cs-api-definition
Today = 4

Field Value

DynamicFilterType

Tomorrow

Shows rows with dates matching tomorrow's date (relative to execution time).

Declaration

cs-api-definition
Tomorrow = 3

Field Value

DynamicFilterType

YearToDate

Shows rows with dates from January 1st of the current year through today.

Declaration

cs-api-definition
YearToDate = 18

Field Value

DynamicFilterType

Yesterday

Shows rows with dates matching yesterday's date (relative to execution time).

Declaration

cs-api-definition
Yesterday = 5

Field Value

DynamicFilterType