Click or drag to resize
NavigationBarExpandMode Enumeration
Represents the different ways KaxNavigationBar behaves when an item is expanded.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum NavigationBarExpandMode
Members
  Member nameValueDescription
MultipleExpandedItems0More than one item can be expanded at a time.
SingleExpandedItem1 Only one item can be expanded at a time. Expanding another item collapses the previously expanded one.
FullExpandedItem2 Only one item can be expanded at a time. The expanded area occupies the entire height of the KaxNavigationBar.
See Also