ClassRadPageViewStripProvider
Class
Represents a page view provider for the strip view.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class RadPageViewStripProvider : IRadPageViewProvider
Inheritance: objectRadPageViewStripProvider
Implements:
Constructors
RadPageViewStripProvider()
Declaration
cs-api-definition
public RadPageViewStripProvider()
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