
TreeViewNode
DesktopTreeViewCustomNode
DesktopTreeViewCustomNode | A constructor that takes a text. |
DesktopTreeViewCustomNode | A constructor that takes a text and a image. |
DesktopTreeViewCustomNode | A constructor that takes text, image and dark mode image. |
DarkModeImage (Inherited) | Image to be used when in dark mode. |
FontBold (Inherited) | Set this property to true to let the node text be drawn bold faced. |
FontItalic (Inherited) | Set this property to true to let the node text be drawn italic faced. |
FontUnderline (Inherited) | Set this property to true to let the node text be drawn with text underline style. |
HasExpander (Inherited) | Use this property to force a node to have a expander even if it has no child nodes. |
HasTextColor (Inherited) | If set to true then TextColor property is active and will override Text color setting coming from the TreeView Control. |
Image (Inherited) | Sets or gets the node image. |
ItemData (Inherited) | A property to store custom data on the node. |
Text (Inherited) | Sets or gets the text of a node. |
TextColor (Inherited) | Sets the text color of a node. |
AddSubItem (Inherited) | Adds text to additional columns of the node. |
AddSubItem (Inherited) | Adds text and alignment to additional columns of the node. |
AppendNode (Inherited) | Appends a child node to the current node. |
Depth (Inherited) | Returns the depth of the node in the tree. |
Expanded (Inherited) | Returns true if the node is expanded. |
GetTextOffset (Inherited) | Returns x location where text starts to draw on a node, taking into account indents, expanders and icons. |
Index (Inherited) | Returns the Screen Index of the node. |
IndexOf (Inherited) | Finds a index of a child node relative to the parent. |
InsertNode (Inherited) | Inserts a child node at a given index to the current node. |
ItemAlignment (Inherited) | Sets or gets the alignment for a specific column. |
ItemText (Inherited) | Sets or gets the text for a specific column. |
Node (Inherited) | Returns a child node at a given index. |
NodeCount (Inherited) | Returns the count of child nodes. |
RemoveChild (Inherited) | Removes a child node. |
RemoveChildAt (Inherited) | Removes a child node at a index that is relative to the parent node. |
Selected (Inherited) | Returns true if the node is currently selected. |
SetExpanded (Inherited) | Expands or collapses the node. |
SetItemIndent (Inherited) | Sets Left or Right indent for the sub item |
SortNodes (Inherited) | Sorts children of the node, using compare delegate to compare the nodes. |
Swap (Inherited) | Swaps child nodes of the given node instance. |
DrawBackground | Draws the background of a node. |
DrawForeground | Draws the foreground of a node. |
MouseDown | This Event is fired when mouse goes down in the custom node. |
MouseDrag | This Event is fired when mouse is dragged over the custom node after mouse has gone down there and true was returned from the mouse down event. |
MouseUp | This Event is fired when mouse buttons goes up in the custom node after mouse has gone down there and true was returned from the mouse down event. |