Click or drag to resize

NGTreeNodeWithImageIndex Properties

The NGTreeNodeWithImageIndex type exposes the following members.

Properties
 NameDescription
Public propertyAlwaysFalse
(Inherited from NGTreeNode)
Public propertyDescription Gets the description string. Can be used e.g. to show a tool tip.
(Inherited from ListNode)
Public propertyFirstSelectedNode
(Inherited from NGTreeNode)
Public propertyGuiTag Can be used by some GUI to get a connection to GUI elements.
(Inherited from NGTreeNode)
Public propertyHasChilds Tests for childs without creating a child collection.
(Inherited from NGTreeNode)
Public propertyHasDummyChild Returns true if this object's Children have not yet been populated.
(Inherited from NGTreeNode)
Public propertyHierarchyIndices Returns the hierarchy of indices, i.e. the indices beginning with the root node collection and ending with the index in the nodes parent collection.
(Inherited from NGTreeNode)
Public propertyImage Gets an image to display for the item. The type depends on the Gui that is currently used.
(Inherited from ListNode)
Public propertyImageIndex Returns an image index, or -1 if no image is set. Getting the image index, either the image index for the not selected state or for the selected state is returned.
(Overrides NGTreeNodeImageIndex)
Public propertyIndex Return the index in the parent's node collection or -1 if there is no parent.
(Inherited from NGTreeNode)
Public propertyIsExpanded Gets/sets whether the TreeViewItem associated with this object is expanded.
(Inherited from NGTreeNode)
Public propertyIsSelected Gets or sets a value indicating whether this item is selected.
(Inherited from SelectableListNode)
Public propertyLevel The level in the hierarchy. Nodes that have no parent return a level of 0, those with a parent return a level of 1, those with parent and grand parent a level of 2 and so on.
(Inherited from NGTreeNode)
Public propertyNodes Collection of the child nodes of this node.
(Inherited from NGTreeNode)
Public propertyParentNode Parent tree node.
(Inherited from NGTreeNode)
Public propertyRootNode Return the root node belonging to this node. If the node has no parent, the node itself is returned.
(Inherited from NGTreeNode)
Public propertySelectedImageIndex Returns an image index (for the selected node), or -1 if no image is set. Note that when using SelectedImageIndex, you probably also need to override OnPropertyChanged(String), so that when the IsSelected property changed, you must also call OnPropertyChanged(String) with "ImageIndex" as argument.
(Overrides NGTreeNodeSelectedImageIndex)
Public propertySubItemCount Gets the number of subitems to display (Text0, Text1, etc.).
(Inherited from ListNode)
Public propertyTag Gets or sets a tag associated with the item.
(Inherited from ListNode)
Public propertyText Gets or sets the text that is displayed (for simple Gui items).
(Inherited from ListNode)
Public propertyText0 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText1 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText2 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText3 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText4 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText5 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText6 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText7 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText8 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText9 Gets additional text to display for the item.
(Inherited from ListNode)
Top
See Also