KaxTreeNode Properties |
The KaxTreeNode type exposes the following members.
Name | Description | |
---|---|---|
AllowDrag |
Gets or sets a value indicating whether the node can be dragged and dropped.
|
|
AllowDrop |
Gets or sets a value indicating whether the use can drag and drop nodes over this
node.
|
|
AllowEdit |
Gets or sets a value indicating whether the use can edit the text of the node.
|
|
Category |
Gets or sets the category of the node.
|
|
Checkable |
Gets or sets a value indicating whether the node is checkable. A checkbox control is rendered
for checkable nodes.
|
|
Checked |
Gets or sets a value indicating whether the node is checked or not.
|
|
CheckState |
Gets the checked state of the tree node
|
|
ContentCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied to the content
wrapper of the node.
|
|
ContextMenuID |
Gets or sets a value indicating the ID of the KaxTreeViewContextMenu displayed for the current node.
|
|
CssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied by default to the node.
(Overrides WebControlCssClass.) |
|
DataItem |
Gets the data item that is bound to the node (Overrides ControlItemDataItem.) |
|
DisabledCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied to the node when it is disabled.
|
|
DisabledImageUrl |
Gets or sets a value specifying the URL of the image rendered when the node is disabled.
|
|
EnableContextMenu |
Gets or sets a value indicating whether a context menu should be displayed for the current node.
|
|
Enabled |
Gets or sets a value indicating whether the node is enabled.
(Overrides ControlItem.Enabled.) |
|
Expanded |
Gets or sets a value indicating whether the node is expanded.
|
|
ExpandedImageUrl |
Gets or sets a value specifying the URL of the image rendered when the node is expanded.
|
|
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.
|
|
FullPath |
Gets the full path (location) of the node.
|
|
HoveredCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied to the node when the mouse hovers it.
|
|
HoveredImageUrl |
Gets or sets a value specifying the URL of the image rendered when the node is hovered with the mouse.
(Overrides NavigationItemHoveredImageUrl.) |
|
ImageUrl |
Gets or sets the URL to an image which is displayed next to the text of a node.
(Overrides NavigationItemImageUrl.) |
|
Level |
Gets the level of the node.
|
|
LongDesc |
A Section 508 element
|
|
NavigateUrl |
Gets or sets the URL to navigate to when the current node is clicked.
(Overrides NavigationItemNavigateUrl.) |
|
Next |
Gets the next sibling of the node.
|
|
Nodes |
Gets a KaxTreeNodeCollection object that contains the child nodes of the current KaxTreeNode.
|
|
NodeTemplate |
Gets or sets the template for displaying the node.
|
|
Owner | ||
ParentNode |
Gets the parent node of the current node.
|
|
PostBack |
Gets or sets a value indicating whether clicking on the node will
postback.
|
|
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.
|
|
Selected |
Gets or sets a value indicating whether the node is selected.
|
|
SelectedCssClass |
Gets or sets the Cascading Style Sheet (CSS) class applied when node is
selected.
|
|
SelectedImageUrl |
Gets or sets a value specifying the URL of the image rendered when the node is selected.
|
|
Target |
Gets or sets the target window or frame in which to display the Web page content associated with the current node.
(Overrides NavigationItemTarget.) |
|
Text |
Gets or sets the text displayed for the current node.
(Overrides ControlItemText.) |
|
ToolTip |
Gets or sets the tooltip shown for the node when the user hovers it with the mouse
(Overrides WebControlToolTip.) |
|
TreeView |
Gets the KaxTreeView which the node is part of.
|
|
Value |
Gets or sets custom (user-defined) data associated with the current node.
(Overrides ControlItemValue.) |