The C1TreeViewNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1TreeViewNode |
The constructor of the C1TreeViewNode.
|
Methods
Name | Description | |
---|---|---|
AddAttributesToRender | (Inherited from UIElement.) | |
CreateChildControls |
Override CreateChildControls method.
(Overrides Control..::..CreateChildControls()()()().) |
|
FindControl |
Override FindControl method.
(Overrides Control..::..FindControl(String).) |
|
IsSearchedUrl |
Determines if NavigateUrl property match value of SearchedUrl.
|
Fields
Name | Description | |
---|---|---|
IsDesignMode | (Inherited from UIElement.) |
Properties
Name | Description | |
---|---|---|
BackColor | (Inherited from UIElement.) | |
BorderColor | (Inherited from UIElement.) | |
BorderStyle | (Inherited from UIElement.) | |
BorderWidth | (Inherited from UIElement.) | |
Checked |
Gets a value that indicates whether C1TreeViewNode node is checked or not.
|
|
CheckState |
Gets a value that indicates treeview node's check state.
|
|
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.
|
|
CssClass |
Gets or Sets CssClass of the node.
(Overrides UIElementCssClass()()()().) |
|
DisplayVisible |
Gets or sets if menu item is Visible.
|
|
Enabled |
Gets a value indicating whether C1TreeViewNode node is enabled or disabled.
If node is disabled, click and select operations are also disabled.
|
|
EnableTheming | (Inherited from UIElement.) | |
EnableViewState | (Inherited from UIElement.) | |
Expanded |
Gets a value that indicates whether the C1TreeViewNode node is expanded.
|
|
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.
|
|
Font | (Inherited from UIElement.) | |
ForeColor | (Inherited from UIElement.) | |
HasImage |
Gets the value that indicates if current C1TreeViewNode node has an image.
|
|
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.
|
|
Height | (Inherited from UIElement.) | |
ID |
Gets the server control identifier.
|
|
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.
|
|
Level |
Gets zero-based Level of current C1TreeViewNode node.
|
|
NavigateUrl |
Gets or sets the URL to navigate to when the C1TreeViewNode node is clicked. The default value is an empty string.
|
|
NodeIndex |
Index of the C1TreeViewNode.
|
|
Nodes |
Gets a C1TreeViewNodeCollection that contains the first-level child nodes of the current node.
|
|
Owner |
The owner of C1TreeViewNodeCollection to wich this node belongs to.
|
|
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.
|
|
Selected |
Gets or sets a value that indicates whether C1TreeViewNode node is selected or not.
|
|
StaticKey |
StaticKey.
|
|
Template |
Gets or sets the template that will be used for the specified C1TreeViewNodes.
|
|
Templated |
Gets value that indicates if C1TreeViewNode node will be initialized as an template.
|
|
Text |
Gets or sets the text displayed for this C1TreeViewNode node.
|
|
TreeView |
Gets reference to C1TreeView TreeView object.
|
|
Value |
Gets or sets the value of this C1TreeViewNode node.
|
|
Visible |
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Overrides Control..::..Visible.) |
|
Width | (Inherited from UIElement.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComparable..::..CompareTo |