Click or drag to resize

IRenderer Properties

The IRenderer type exposes the following members.

Properties
  NameDescription
Public propertyConsolePane
Gets the IConsolePane for the hosting pane, or null if not hosted in a pane.
Public propertyElement
Gets the PageElementInfo for the hosting slot.
Public propertyHasRecords
Interrogates the control to determine if it has any data records. Typically this is determined by calling HasRecords on the renderer's IMapper. Safe to call even when there is IMapper on the renderer.
Public propertyIsPopup
Determine if the current page is a presented as a popup.
Public propertyPageInfo
Get the PageInfo for the hosting page.
Public propertyPageTemplate
Gets the IPageTemplate for this page.
Public propertyPopupOptions
Get the popup options from the request.
Top
See Also