Click or drag to resize

IPageTemplateMainRenderer Property

Get the main renderer for this implementing the IRenderer interface. Generally this corresponds to the PageElementInfo assigned to the main slot. For multi-element pages (e.g. Console and Wizard pages), you can use AsConsole and AsWizard to get the corresponding interface which provide access to additional renderers. Note that this may be null for certain page types and/or stages in a page's life-cycle and should be tested accordingly.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
UserControl MainRenderer { get; }

Property Value

Type: UserControl
See Also