TcxTreeList.AddFirst Method
Creates a new node with the default settings and adds it before the first node at the root level.
Declaration
function AddFirst: TcxTreeListNode; overload;
Returns
Type | Description |
---|---|
TcxTreeListNode | The created node. |
See Also