Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBreadcrumbEditNode Methods
Show Inherited Hide Inherited

Implements the virtual breadcrumb node.
Name Description
AddChild
AddChild(string,TcxImageIndex,Pointer)
AddChild(string,string,TcxImageIndex,Pointer) Adds a child node.
AddChildFirst Inserts a child node.
AddNode(TdxBreadcrumbEditNode,TdxBreadcrumbEditNode,Pointer,TdxTreeNodeAttachMode) Adds a node.
AddNode(TdxTreeCustomNode,TdxTreeCustomNode,Pointer,TdxTreeNodeAttachMode) Adds a node. Inherited from TdxTreeCustomNode.
Assign(TdxTreeCustomNode) Assigns the specified node’s settings to the current node. Inherited from TdxTreeCustomNode.
BeginUpdate Prevents node owner updates until an EndUpdate call. Inherited from TdxTreeCustomNode.
Clear Destroys the node’s children. Inherited from TdxTreeCustomNode.
Compare(string) Compares two nodes by names without case sensitivity.
CustomSort(TdxCustomTreeNodeCompareProc,Boolean) Custom sorts the node’s children. Inherited from TdxTreeCustomNode.
Delete Deletes the node and its children. Inherited from TdxTreeCustomNode.
DeleteChildren Destroys the node’s children. Inherited from TdxTreeCustomNode.
EndUpdate Enables node owner updates after a BeginUpdate call. Inherited from TdxTreeCustomNode.
Equals(TObject) Inherited from TObject.
FindNode(string,TdxBreadcrumbEditNode) Searches for a child node.
GetHashCode Inherited from TObject.
HasAsParent(TdxTreeCustomNode) Determines if the specified node is the current node’s ancestor. Inherited from TdxTreeCustomNode.
IsRoot Determines if the node is root. Inherited from TdxTreeCustomNode.
LoadChildren Loads child nodes. Inherited from TdxTreeCustomNode.
MoveTo(TdxTreeCustomNode,TdxTreeNodeAttachMode) Moves the node and its children to the specified location in the tree. Inherited from TdxTreeCustomNode.
Sort Sorts nodes based on the node names comparison.
ToString Inherited from TObject.
See Also