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