Table of Contents
NavigatorAutoSelectTarget Enumeration

When the event specified by AutoSelectSource happens, use this property to specify what kind of matching navigation item's Selected property should be set to true.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum NavigatorAutoSelectTarget
Members
Member Name Description
Item Automatically sets the first matching navigation item's Selected property to true.
Path Automatically sets the Selected property of all the items on the path from leaf up to the first matching item to true.
See Also