Click or drag to resize

IConsoleTemplateMainRenderer Property

Gets the primary renderer for the current page (from the "main" slot). The renderer is expected to be derived from the EAPControlBase class and implement the IRenderer interface Use MainMapperObject to get its mapper, if any.

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