TreeListNodes.FirstNode Property
Gets the first element in the collection.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.2.dll
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