TreeListNodes.FirstNode Property
Gets the first element in the collection.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
TreeListNode | A TreeListNode object representing the first node in the collection. null (Nothing in Visual Basic) if the collection is empty. |
See Also