PivotGridPagingActionType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
PivotGrid PagingAction type enumeration.

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public enum PivotGridPagingActionType
Members

  Member nameValueDescription
FirstPage0 The FirstPage paging type corresponding to the "First Page" button.
PreviousPages1 The PrevPages paging type corresponding to the "Previous Pages" button.
PreviousPage2 The PrevPage paging type corresponding to the "Previous Page" button.
NextPage3 The NextPage paging type corresponding to the "Next Page" button.
NextPages4 The NextPages paging type corresponding to the "Next Pages" button.
LastPage5 The LastPage paging type corresponding to the "Last Page" button.
PageNumber6 The paging type representing certain page number clicked.
None7 None of the above, will be ignored.
See Also

Reference