Click or drag to resize

INavRendererSubNavigators Property

Gets the collection of sub-navigator object for this renderer. If the renderer does not support programmatic manipulation of sub-menus then the returned value will be null. The Navigator objects in the collection will be unique instances of the navigators which were typically loaded from Navigators and cloned. The caller may therefore manipulate this collection and the Navigator objects in it without affecting the original global instances.

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

Property Value

Type: Navigators
See Also