Click or drag to resize
KaxNavigationBar Methods

The KaxNavigationBar type exposes the following members.

Methods
  Name Description
Public method ClearSelectedItems
This methods clears the selected items of the current KaxNavigationBar instance. Useful when you need to clear item selection after postback.
Public method CollapseAllItems
This methods collapses all expanded panel items
Public method Code example FindItem
Returns the first KaxNavigationItem that matches the conditions defined by the specified predicate. The predicate should returns a boolean value.
Public method FindItemByText(String)
Searches the KaxNavigationBar control for the first KaxNavigationItem with a Text property equal to the specified value.
Public method FindItemByText(String, Boolean)
Searches the KaxNavigationBar control for the first KaxNavigationItem with a Text property equal to the specified value.
Public method FindItemByUrl
Searches the KaxNavigationBar control for the first Item with a NavigateUrl property equal to the specified value.
Public method FindItemByValue(String)
Searches the KaxNavigationBar control for the first KaxNavigationItem with a Value property equal to the specified value.
Public method FindItemByValue(String, Boolean)
Searches the KaxNavigationBar control for the first KaxNavigationItem with a Value property equal to the specified value.
Public method Code example GetAllItems
Gets a linear list of all items in the KaxNavigationBar control.
Public method Code example LoadContentFile
Populates the KaxNavigationBar control from external XML file.
(Overrides HierarchicalControlItemContainerLoadContentFile(String).)
Top
See Also