Click or drag to resize
KaxMenuItem Properties

The KaxMenuItem type exposes the following members.

Properties
  Name Description
Public property Code example ClickedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the menu item is clicked.
Public property Code example ClickedImageUrl
Gets or sets the path to an image to display for the item when the user clicks the item.
Public property Code example DataItem
Gets or sets the data item represented by the item.
(Overrides ControlItemDataItem.)
Public property DisabledCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the menu item is disabled.
Public property Code example DisabledImageUrl
Gets or sets the path to an image to display when the items is disabled.
Public property ExpandedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the menu item is opened (its child items are visible).
Public property Code example ExpandedImageUrl
Gets or sets the path to an image to display when the items is expanded.
Public property 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.
Public property FocusedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the menu item is focused.
Public property GroupSettings
Specifies the settings for child item behavior.
Public property Code example 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.)
Public property Code example ImageUrl
Gets or sets the path to an image to display for the item.
(Overrides NavigationItemImageUrl.)
Public property 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.
Public property Code example Items
Gets a KaxMenuItemCollection object that contains the child items of the current KaxMenuItem.
Public property Code example ItemTemplate
Gets or sets the template for displaying the item.
Public property Level
Manages the item level of a particular Item instance. This property allows easy implementation/separation of the menu items in levels.
Public property Menu
Gets the KaxMenu instance which contains the item.
Public property Code example NavigateUrl
Gets or sets the URL to link to when the item is clicked.
(Overrides NavigationItemNavigateUrl.)
Public property OuterCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied on the outmost item element (<LI>).
Public property Owner
Gets the IKaxMenuItemContainer object which contains the current menu item.
Public property PostBack
Gets or sets a value indicating whether clicking on the item will postback.
Public property Selected
Gets or sets a value indicating whether the item is selected.
Public property SelectedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the item is selected.
Public property SelectedImageUrl
Gets or sets a value specifying the URL of the image rendered when the item is selected.
Public property Code example 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.)
Public property Code example Text
Gets or sets the text caption for the menu item.
(Overrides ControlItemText.)
Public property Value
Gets or sets the value associated with the menu item.
(Overrides ControlItemValue.)
Top
See Also