Click or drag to resize
PageExtenderTPage Class
Generic page extender
Inheritance Hierarchy
SystemObject
  CMS.ExtendedControlsPageExtender
    CMS.ExtendedControlsPageExtenderTPage

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public abstract class PageExtender<TPage> : PageExtender
where TPage : Page

Type Parameters

TPage
Type of the page to be extended

The PageExtenderTPage type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPage
Gets the extended control.
Top
Methods
  NameDescription
Public methodInit
Initializes the extender using the specified control.
(Overrides PageExtenderInit(Page).)
Public methodOnInit
Initializes the extender.
(Inherited from PageExtender.)
Top
See Also