Table of Contents
AutoSelectSource Property

Specifies how navigation control automatically selects navigation items.

Syntax
 public NavigatorAutoSelectSource AutoSelectSource { get; set; }
Remarks

When AutoSelect is turned on, EO.Web navigation control will highlight a navigation item which points to currently browsing page.

See NavigatorAutoSelectSource for all the options.
See AutoSelectTarget for details on options of highlighting item points to current page.
See Also