VirtualTreeViewNode Class TIBCO Spotfire 7.6 API Reference
Represents a node in VirtualTreeView.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Forms.ComponentsVirtualTreeViewNode

Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public class VirtualTreeViewNode

The VirtualTreeViewNode type exposes the following members.

Constructors

  NameDescription
Public methodVirtualTreeViewNode
Top
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCheckState
Gets or sets the check state of the node.
Public propertyHasChildren
Gets or sets a value indicating whether this node has children.
Public propertyImageIndex
Gets or sets the index into ImageList of the image to be displayed next to the text.
Public propertyIsExpanded
Gets or sets a value indicating whether this node is expanded.
Public propertyLevel
Gets or sets the level in the tree, 0 level is root level.
Public propertyTag
Gets or sets the tag, which can be any object.
Public propertyText
Gets or sets the text.
Top
Version Information

Supported in: 7.6, 7.5
See Also

Reference