Enum
PivotGridPagingActionType

PivotGrid PagingAction type enumeration.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum PivotGridPagingActionType

Fields

FirstPage

The FirstPage paging type corresponding to the "First Page" button.

Declaration

cs-api-definition
FirstPage = 0

Field Value

PivotGridPagingActionType

LastPage

The LastPage paging type corresponding to the "Last Page" button.

Declaration

cs-api-definition
LastPage = 5

Field Value

PivotGridPagingActionType

NextPage

The NextPage paging type corresponding to the "Next Page" button.

Declaration

cs-api-definition
NextPage = 3

Field Value

PivotGridPagingActionType

NextPages

The NextPages paging type corresponding to the "Next Pages" button.

Declaration

cs-api-definition
NextPages = 4

Field Value

PivotGridPagingActionType

None

None of the above, will be ignored.

Declaration

cs-api-definition
None = 7

Field Value

PivotGridPagingActionType

PageNumber

The paging type representing certain page number clicked.

Declaration

cs-api-definition
PageNumber = 6

Field Value

PivotGridPagingActionType

PreviousPage

The PrevPage paging type corresponding to the "Previous Page" button.

Declaration

cs-api-definition
PreviousPage = 2

Field Value

PivotGridPagingActionType

PreviousPages

The PrevPages paging type corresponding to the "Previous Pages" button.

Declaration

cs-api-definition
PreviousPages = 1

Field Value

PivotGridPagingActionType