Intersoft ClientUI Documentation
AllowChildNavigation Property



Gets or sets the value indiciating whether child navigation is allowed.
Syntax
Public Property AllowChildNavigation As Boolean
Dim instance As UXBreadCrumb
Dim value As Boolean
 
instance.AllowChildNavigation = value
 
value = instance.AllowChildNavigation
public bool AllowChildNavigation {get; set;}
public:
property bool AllowChildNavigation {
   bool get();
   void set (    bool value);
}
Remarks
UXBreadCrumb enables child navigation by default. By setting AllowChildNavigation property to false, users will not be able to open any item drop down, and allowing only backwards navigation path. This is especially useful if child navigation is not desirable.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXBreadCrumb Class
UXBreadCrumb Members

Send Feedback