PagedRepeater Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

A Repeater with basic paging functionality.
Inheritance Hierarchy

SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsRepeater
      ContentStudio.Site.ControlsPagedRepeater

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class PagedRepeater : Repeater

The PagedRepeater type exposes the following members.

Constructors

  NameDescription
Public methodPagedRepeater
Initializes a new instance of the PagedRepeater class
Top
Properties

  NameDescription
Protected propertyAdapter (Inherited from Control.)
Public propertyAlternatingItemTemplate (Inherited from Repeater.)
Public propertyAppRelativeTemplateSourceDirectory (Inherited from Control.)
Public propertyBindingContainer (Inherited from Control.)
Protected propertyChildControlsCreated (Inherited from Control.)
Public propertyClientID (Inherited from Control.)
Protected propertyClientIDSeparator (Inherited from Control.)
Protected propertyContext (Inherited from Control.)
Public propertyControls (Inherited from Repeater.)
Public propertyDataMember (Inherited from Repeater.)
Public propertyDataSource (Inherited from Repeater.)
Public propertyDataSourceID (Inherited from Repeater.)
Protected propertyDesignMode (Inherited from Control.)
Public propertyEnableTheming (Inherited from Repeater.)
Public propertyEnableViewState (Inherited from Control.)
Protected propertyEvents (Inherited from Control.)
Public propertyFooterTemplate (Inherited from Repeater.)
Protected propertyHasChildViewState (Inherited from Control.)
Public propertyHeaderTemplate (Inherited from Repeater.)
Public propertyID (Inherited from Control.)
Protected propertyIdSeparator (Inherited from Control.)
Protected propertyInitialized (Inherited from Repeater.)
Protected propertyIsBoundUsingDataSourceID (Inherited from Repeater.)
Protected propertyIsChildControlStateCleared (Inherited from Control.)
Protected propertyIsTrackingViewState (Inherited from Control.)
Protected propertyIsViewStateEnabled (Inherited from Control.)
Public propertyItems (Inherited from Repeater.)
Public propertyItemTemplate (Inherited from Repeater.)
Protected propertyLoadViewStateByID (Inherited from Control.)
Public propertyNamingContainer (Inherited from Control.)
Public propertyPage (Inherited from Control.)
Public propertyPageNumber
Gets or sets the page number.
Public propertyPageSize
Gets or sets the size of the page.
Public propertyParent (Inherited from Control.)
Protected propertyRequiresDataBinding (Inherited from Repeater.)
Protected propertySelectArguments (Inherited from Repeater.)
Public propertySeparatorTemplate (Inherited from Repeater.)
Public propertySite (Inherited from Control.)
Public propertySkinID (Inherited from Control.)
Public propertyTemplateControl (Inherited from Control.)
Public propertyTemplateSourceDirectory (Inherited from Control.)
Public propertyUniqueID (Inherited from Control.)
Protected propertyViewState (Inherited from Control.)
Protected propertyViewStateIgnoresCase (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Top
Methods

  NameDescription
Protected methodAddedControl (Inherited from Control.)
Protected methodAddParsedSubObject (Inherited from Control.)
Public methodApplyStyleSheetSkin (Inherited from Control.)
Protected methodBuildProfileTree (Inherited from Control.)
Protected methodClearChildControlState (Inherited from Control.)
Protected methodClearChildState (Inherited from Control.)
Protected methodClearChildViewState (Inherited from Control.)
Protected methodCreateChildControls (Inherited from Repeater.)
Protected methodCreateControlCollection (Inherited from Control.)
Protected methodCreateControlHierarchy (Inherited from Repeater.)
Protected methodCreateDataSourceSelectArguments
Returns an instance of type DataSourceSelectArguments with properties set to match the configuration of this control.
(Overrides RepeaterCreateDataSourceSelectArguments.)
Protected methodCreateItem (Inherited from Repeater.)
Public methodDataBind (Inherited from Repeater.)
Protected methodDataBind(Boolean) (Inherited from Control.)
Protected methodDataBindChildren (Inherited from Control.)
Public methodDispose (Inherited from Control.)
Protected methodEnsureChildControls (Inherited from Control.)
Protected methodEnsureDataBound (Inherited from Repeater.)
Protected methodEnsureID (Inherited from Control.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindControl(String) (Inherited from Control.)
Protected methodFindControl(String, Int32) (Inherited from Control.)
Public methodFocus (Inherited from Control.)
Protected methodGetData (Inherited from Repeater.)
Protected methodGetDesignModeState (Inherited from Control.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasControls (Inherited from Control.)
Protected methodHasEvents (Inherited from Control.)
Protected methodInitializeItem (Inherited from Repeater.)
Protected methodIsLiteralContent (Inherited from Control.)
Protected methodLoadControlState (Inherited from Control.)
Protected methodLoadViewState (Inherited from Control.)
Protected methodMapPathSecure (Inherited from Control.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnBubbleEvent (Inherited from Repeater.)
Protected methodOnDataBinding (Inherited from Repeater.)
Protected methodOnDataPropertyChanged (Inherited from Repeater.)
Protected methodOnDataSourceViewChanged (Inherited from Repeater.)
Protected methodOnInit (Inherited from Repeater.)
Protected methodOnItemCommand (Inherited from Repeater.)
Protected methodOnItemCreated (Inherited from Repeater.)
Protected methodOnItemDataBound (Inherited from Repeater.)
Protected methodOnLoad (Inherited from Repeater.)
Protected methodOnPreRender (Inherited from Repeater.)
Protected methodOnUnload (Inherited from Control.)
Protected methodOpenFile (Inherited from Control.)
Protected methodRaiseBubbleEvent (Inherited from Control.)
Protected methodRemovedControl (Inherited from Control.)
Protected methodRender (Inherited from Control.)
Protected methodRenderChildren (Inherited from Control.)
Public methodRenderControl(HtmlTextWriter) (Inherited from Control.)
Protected methodRenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Protected methodResolveAdapter (Inherited from Control.)
Public methodResolveClientUrl (Inherited from Control.)
Public methodResolveUrl (Inherited from Control.)
Protected methodSaveControlState (Inherited from Control.)
Protected methodSaveViewState (Inherited from Control.)
Protected methodSetDesignModeState (Inherited from Control.)
Public methodSetRenderMethodDelegate (Inherited from Control.)
Public methodToString (Inherited from Object.)
Protected methodTrackViewState (Inherited from Control.)
Top
Events

  NameDescription
Public eventDataBinding (Inherited from Control.)
Public eventDisposed (Inherited from Control.)
Public eventInit (Inherited from Control.)
Public eventItemCommand (Inherited from Repeater.)
Public eventItemCreated (Inherited from Repeater.)
Public eventItemDataBound (Inherited from Repeater.)
Public eventLoad (Inherited from Control.)
Public eventPreRender (Inherited from Control.)
Public eventUnload (Inherited from Control.)
Top
See Also

Reference