Click or drag to resize
KaxSiteMapNode Properties

The KaxSiteMapNode type exposes the following members.

Properties
  Name Description
Public property CssClass
Gets or sets the Cascading Style Sheet (CSS) class applied by default to the node.
(Overrides WebControlCssClass.)
Public property Code example DataItem
Gets the data item that is bound to the node
(Overrides ControlItemDataItem.)
Public property DisabledCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied to the node when it is disabled.
Public property DisabledImageUrl
Gets or sets a value specifying the URL of the image rendered when the node is disabled.
Public property Enabled
Gets or sets a value indicating whether the node is enabled.
(Overrides ControlItem.Enabled.)
Public property HoveredCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied to the node when the mouse hovers it.
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 Code example ImageUrl
Gets or sets the URL to an image which is displayed next to the text of a node.
(Overrides NavigationItemImageUrl.)
Public property Level
Gets the level of the node.
Public property NavigateUrl
Gets or sets the URL to navigate to when the current node is clicked.
(Overrides NavigationItemNavigateUrl.)
Public property Code example Nodes
Gets a KaxSiteMapNodeCollection object that contains the child nodes of the current KaxSiteMapNode.
Public property Code example NodeTemplate
Gets or sets the template for displaying the node.
Public property Owner
Public property ParentNode
Gets the parent node of the current node.
Public property Selected
Gets or sets a value indicating whether the node is selected.
Public property SelectedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when node is selected.
Public property SelectedImageUrl
Gets or sets a value specifying the URL of the image rendered when the node is selected.
Public property Code example SeparatorTemplate
Gets or sets the separator template for the node.
Public property SiteMap
Gets the KaxSiteMap which this node belongs to.
Public property Code example Target
Gets or sets the target window or frame in which to display the Web page content associated with the current node.
(Overrides NavigationItemTarget.)
Public property Text
Gets or sets the text displayed for the current node.
(Overrides ControlItemText.)
Public property ToolTip
Gets or sets the tooltip shown for the node when the user hovers it with the mouse
(Overrides WebControlToolTip.)
Public property Value
Gets or sets custom (user-defined) data associated with the current node.
(Overrides ControlItemValue.)
Top
See Also