Click or drag to resize
KaxTreeNode Properties

The KaxTreeNode type exposes the following members.

Properties
  Name Description
Public property AllowDrag
Gets or sets a value indicating whether the node can be dragged and dropped.
Public property AllowDrop
Gets or sets a value indicating whether the use can drag and drop nodes over this node.
Public property AllowEdit
Gets or sets a value indicating whether the use can edit the text of the node.
Public property Code example Category
Gets or sets the category of the node.
Public property Checkable
Gets or sets a value indicating whether the node is checkable. A checkbox control is rendered for checkable nodes.
Public property Checked
Gets or sets a value indicating whether the node is checked or not.
Public property CheckState
Gets the checked state of the tree node
Public property ContentCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied to the content wrapper of the node.
Public property ContextMenuID
Gets or sets a value indicating the ID of the KaxTreeViewContextMenu displayed for the current node.
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 EnableContextMenu
Gets or sets a value indicating whether a context menu should be displayed for the current node.
Public property Enabled
Gets or sets a value indicating whether the node is enabled.
(Overrides ControlItem.Enabled.)
Public property Expanded
Gets or sets a value indicating whether the node is expanded.
Public property ExpandedImageUrl
Gets or sets a value specifying the URL of the image rendered when the node is expanded.
Public property ExpandMode
Gets or sets the expand behavior of the tree node. When set to ExpandMode.ServerSide the KaxTreeView will fire a server event (NodeExpand) so you can populate the node on demand.
Public property FullPath
Gets the full path (location) of the node.
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 LongDesc
A Section 508 element
Public property NavigateUrl
Gets or sets the URL to navigate to when the current node is clicked.
(Overrides NavigationItemNavigateUrl.)
Public property Next
Gets the next sibling of the node.
Public property Code example Nodes
Gets a KaxTreeNodeCollection object that contains the child nodes of the current KaxTreeNode.
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 PostBack
Gets or sets a value indicating whether clicking on the node will postback.
Public property Prev
Gets the previous sibling of the node. Gets the previous node sibling in the tree structure or returns null if this is the first node in the respective node group.
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 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 TreeView
Gets the KaxTreeView which the node is part of.
Public property Value
Gets or sets custom (user-defined) data associated with the current node.
(Overrides ControlItemValue.)
Top
See Also