KaxMenuItem Properties |
The KaxMenuItem type exposes the following members.
Name | Description | |
---|---|---|
ClickedCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied when the menu item is
clicked.
|
|
ClickedImageUrl |
Gets or sets the path to an image to display for the item when the user clicks the
item.
|
|
DataItem |
Gets or sets the data item represented by the item. (Overrides ControlItemDataItem.) |
|
DisabledCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied when the menu item is
disabled.
|
|
DisabledImageUrl |
Gets or sets the path to an image to display when the items is disabled.
|
|
ExpandedCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied when the menu item is
opened (its child items are visible).
|
|
ExpandedImageUrl |
Gets or sets the path to an image to display when the items is expanded.
|
|
ExpandMode |
Gets or sets the expand behavior of the menu item.
When set to ExpandMode.WebService the KaxMenuItem will populate its children from the web service specified by the KaxMenu.WebService and KaxMenu.WebServiceMethod properties.
|
|
FocusedCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied when the menu item is
focused.
|
|
GroupSettings |
Specifies the settings for child item behavior.
|
|
HoveredImageUrl |
Gets or sets the path to an image to display for the item when the user moves the
mouse over the item.
(Overrides NavigationItemHoveredImageUrl.) |
|
ImageUrl |
Gets or sets the path to an image to display for the item. (Overrides NavigationItemImageUrl.) |
|
IsSeparator |
Sets or gets whether the item is separator. It also represents a logical state of
the item. Might be used in some applications for keyboard navigation to omit processing
items that are marked as separators.
|
|
Items |
Gets a KaxMenuItemCollection object that contains the child items of the current KaxMenuItem.
|
|
ItemTemplate |
Gets or sets the template for displaying the item.
|
|
Level |
Manages the item level of a particular Item instance. This property allows easy
implementation/separation of the menu items in levels.
|
|
Menu |
Gets the KaxMenu instance which contains the item.
|
|
NavigateUrl |
Gets or sets the URL to link to when the item is clicked. (Overrides NavigationItemNavigateUrl.) |
|
OuterCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied on the outmost item element (<LI>).
|
|
Owner |
Gets the IKaxMenuItemContainer object which contains the current menu item.
|
|
PostBack |
Gets or sets a value indicating whether clicking on the item will
postback.
|
|
Selected |
Gets or sets a value indicating whether the item is selected.
|
|
SelectedCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied when the item is
selected.
|
|
SelectedImageUrl |
Gets or sets a value specifying the URL of the image rendered when the item is selected.
|
|
Target |
Gets or sets the target window or frame to display the Web page content linked to
when the menu item is clicked.
(Overrides NavigationItemTarget.) |
|
Text |
Gets or sets the text caption for the menu item. (Overrides ControlItemText.) |
|
Value |
Gets or sets the value associated with the menu item. (Overrides ControlItemValue.) |