Click or drag to resize

ColumnPlotDataExchangeColumnsControllerDataColumnBundleNode Class

[Missing <summary> documentation for "T:Altaxo.Gui.Graph.Plot.Data.ColumnPlotDataExchangeColumnsController.DataColumnBundleNode"]

Inheritance Hierarchy
SystemObject
  Altaxo.CollectionsListNode
    Altaxo.CollectionsSelectableListNode
      Altaxo.CollectionsNGTreeNode
        Altaxo.Gui.Graph.Plot.DataColumnPlotDataExchangeColumnsControllerDataColumnBundleNode

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected class DataColumnBundleNode : NGTreeNode

The ColumnPlotDataExchangeColumnsControllerDataColumnBundleNode type exposes the following members.

Constructors
 NameDescription
Public methodColumnPlotDataExchangeColumnsControllerDataColumnBundleNodeInitializes a new instance of the ColumnPlotDataExchangeColumnsControllerDataColumnBundleNode class
Top
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. The default implementation here returns -1, but this behaviour can be overriden in a derived class.
(Inherited from NGTreeNode)
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. The default implementation here returns -1, but this can be overriden in a derived class. Note that when using SelectedImageIndex, you probably also need to override [M:OnPropertyChanged], so that when the [P:IsSelected] property changed, you must also call [M:OnPropertyChanged] with "ImageIndex" as argument.
(Inherited from NGTreeNode)
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
Methods
 NameDescription
Public methodClearSelectionRecursively
(Inherited from NGTreeNode)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodLoadChildren
(Overrides NGTreeNodeLoadChildren)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged Called when a property has changed.
(Inherited from ListNode)
Public methodRemove Frees this node, i.e. removes the node from it's parent collection (and set the parent node to null.
(Inherited from NGTreeNode)
Public methodReplaceBy Replaces this node in the tree by the new node newNode, setting this node free (i.e. afterwards it has no parent anymore).
(Inherited from NGTreeNode)
Public methodSubItemBackColor Gets the color of the sub items.
(Inherited from ListNode)
Public methodSubItemText Get the sub item text at index i. Implementer should be aware of, that when changing a subitem text, the corresponding property (e.g. Text0) is changed. Thus, OnPropertyChanged(String) must be called for all properties that have changed.
(Inherited from ListNode)
Public methodToString Converts to string.
(Inherited from ListNode)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from ListNode)
Top
Fields
 NameDescription
Protected field_guiTag
(Inherited from NGTreeNode)
Protected field_isExpanded
(Inherited from NGTreeNode)
Protected field_isSelected Indicating whether this item is selected
(Inherited from SelectableListNode)
Protected field_tag
(Inherited from ListNode)
Protected field_text
(Inherited from ListNode)
Public fieldStatic memberMaxNumberOfColumnsInOneNode 
Top
See Also