ClassRadPageViewStackProvider
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class RadPageViewStackProvider : IRadPageViewProvider
Inheritance: objectRadPageViewStackProvider
Implements:
Constructors
RadPageViewStackProvider()
Declaration
cs-api-definition
public RadPageViewStackProvider()
Methods
CreatePageViewElement(object)
Creates the page view element.
Declaration
cs-api-definition
public RadPageViewElement CreatePageViewElement(object context)
Parameters
context
The context.
Returns
Implements
CreatePageViewItem(object)
Creates the page view item.
Declaration
cs-api-definition
public RadPageViewItem CreatePageViewItem(object context)
Parameters
context
The context.
Returns
Implements