Click or drag to resize
KaxNavigationItem Properties

The KaxNavigationItem type exposes the following members.

Properties
  Name Description
Public property ChildGroupCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied to the element enclosing the child items.
Public property ChildGroupHeight
Gets or sets the height of the child item group.
Public property Code example ClickedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the panel item is clicked.
Public property ContentTemplate
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 panel item is disabled.
Public property DisabledImageUrl
Gets or sets the path to an image to display for the item when it is disabled.
Public property Expanded
Gets or sets a value indicating whether the panel item is expanded.
Public property ExpandedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the panel item is opened (its child items are visible).
Public property ExpandedImageUrl
Gets or sets the path to an image to display for the item when it is expanded.
Public property FocusedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the panel item is focused.
Public property HoveredImageUrl
Gets or sets a value specifying the URL of the image rendered when the node is hovered with the mouse.
(Overrides NavigationItemHoveredImageUrl.)
Public property ImagePosition
Gets or sets a value indicating the position of the image within the item.
Public property 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 Items
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 panel items in levels.
Public property Code example NavigateUrl
Gets or sets the URL to link to when the item is clicked.
(Overrides NavigationItemNavigateUrl.)
Public property NavigationBar
Gets the KaxNavigationBar instance which contains the item.
Public property Owner
Gets the IKaxNavigationItemContainer instance which contains the current item.
Public property PostBack
Gets or sets a value indicating whether clicking on the item will postback.
Public property PreventCollapse
Gets or sets a value indicating whether clicking on the item will collapse it.
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 panel item is selected.
Public property SelectedImageUrl
Gets or sets the path to an image to display for the item when it 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 panel item is clicked.
(Overrides NavigationItemTarget.)
Public property Code example Text
Gets or sets the text caption for the panel item.
(Overrides ControlItemText.)
Public property Value
Gets or sets the value associated with the panel item.
(Overrides ControlItemValue.)
Top
See Also