IRenderer Properties |
The IRenderer type exposes the following members.
Name | Description | |
---|---|---|
ConsolePane |
Gets the IConsolePane for the hosting pane, or null if not hosted in a pane.
| |
Element |
Gets the PageElementInfo for the hosting slot.
| |
HasRecords |
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.
| |
IsPopup |
Determine if the current page is a presented as a popup.
| |
PageInfo |
Get the PageInfo for the hosting page.
| |
PageTemplate |
Gets the IPageTemplate for this page.
| |
PopupOptions |
Get the popup options from the request.
|