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