Click or drag to resize

IConsoleTemplateMainPane Property

Gets the main IConsolePane for the console. The main pane is typically some type of detail renderer used to provide context for all the other panes including construction of parent filters on the other panes. For example, the main pane might be a company detail pane and some other panes might include company addresses and company contacts where each of those other panes are filtered against the current company in the MainPane to provide addresses and contacts specific to that company.

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

Property Value

Type: IConsolePane
See Also