Back to Devexpress

TreeListNode.LastNode Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-6be6d675.md

latest1.8 KB
Original Source

TreeListNode.LastNode Property

Gets the last child node.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
public virtual TreeListNode LastNode { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property LastNode As TreeListNode

Property Value

TypeDescription
TreeListNode

A TreeListNode object which represents the last child node. null ( Nothing in Visual Basic) if the current node has no child nodes.

|

Remarks

Each node can have children. The child nodes are contained within their parent’s TreeListNode.Nodes collection. The LastNode method returns the last element in this collection.

See Also

Nodes

FirstNode

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace