The C1TreeViewNode type exposes the following members.

Properties

  Name Description
Public property BackColor (Inherited from UIElement.)
Public property BorderColor (Inherited from UIElement.)
Public property BorderStyle (Inherited from UIElement.)
Public property BorderWidth (Inherited from UIElement.)
Public property Checked
Gets a value that indicates whether C1TreeViewNode node is checked or not.
Public property CheckState
Gets a value that indicates treeview node's check state.
Public property CollapsedImageUrl
Gets or sets the path to the image to display for the node when it is collapsed. If CollapsedImageUrl or ExpandedImageUrl are not specified, then the ImageUrl property is used instead.
Public property CssClass
Gets or Sets CssClass of the node.
(Overrides UIElementCssClass()()()().)
Public property DisplayVisible
Gets or sets if menu item is Visible.
Public property Enabled
Gets a value indicating whether C1TreeViewNode node is enabled or disabled. If node is disabled, click and select operations are also disabled.
Public property EnableTheming (Inherited from UIElement.)
Public property EnableViewState (Inherited from UIElement.)
Public property Expanded
Gets a value that indicates whether the C1TreeViewNode node is expanded.
Public property ExpandedImageUrl
Gets or sets the path to the image to display for the node when it is expanded. If CollapsedImageUrl or ExpandedImageUrl are not specified, then the ImageUrl property is used instead.
Public property Font (Inherited from UIElement.)
Public property ForeColor (Inherited from UIElement.)
Public property HasImage
Gets the value that indicates if current C1TreeViewNode node has an image.
Public property HasPotentialChildren
Gets value that indicates if this C1TreeViewNode node has child nodes which can be initialized later. This property only used if C1TreeView treeview is bounded to data source and callbacks are enabled.
Public property Height (Inherited from UIElement.)
Public property ID
Gets the server control identifier.
Public property ImageUrl
Gets or sets the path to the image to display for the node. If CollapsedImageUrl and ExpandedImageUrl are specified ImageUrl property is not used.
Public property Level
Gets zero-based Level of current C1TreeViewNode node.
Public property NavigateUrl
Gets or sets the URL to navigate to when the C1TreeViewNode node is clicked. The default value is an empty string.
Public property NodeIndex
Index of the C1TreeViewNode.
Public property Nodes
Gets a C1TreeViewNodeCollection that contains the first-level child nodes of the current node.
Public property Owner
The owner of C1TreeViewNodeCollection to wich this node belongs to.
Public property SearchIndexes
Gets value that can be used for tracking original position inside of data source. This property only used if C1TreeView treeview is bounded to data source and callbacks are enabled.
Public property Selected
Gets or sets a value that indicates whether C1TreeViewNode node is selected or not.
Public property StaticKey
StaticKey.
Public property Template
Gets or sets the template that will be used for the specified C1TreeViewNodes.
Public property Templated
Gets value that indicates if C1TreeViewNode node will be initialized as an template.
Public property Text
Gets or sets the text displayed for this C1TreeViewNode node.
Public property TreeView
Gets reference to C1TreeView TreeView object.
Public property Value
Gets or sets the value of this C1TreeViewNode node.
Public property Visible
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Overrides Control..::..Visible.)
Public property Width (Inherited from UIElement.)

See Also