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