EnumPivotGridPagingActionType
Enum
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.
LastPage
The LastPage paging type corresponding to the "Last Page" button.
NextPage
The NextPage paging type corresponding to the "Next Page" button.
NextPages
The NextPages paging type corresponding to the "Next Pages" button.
None
None of the above, will be ignored.
PageNumber
The paging type representing certain page number clicked.
PreviousPage
The PrevPage paging type corresponding to the "Previous Page" button.
PreviousPages
The PrevPages paging type corresponding to the "Previous Pages" button.