Back to Devexpress

TreeList.MoveFirst() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-a0323623.md

latest1.4 KB
Original Source

TreeList.MoveFirst() Method

Moves focus to the first node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public virtual TreeListNode MoveFirst()
vb
Public Overridable Function MoveFirst As TreeListNode

Returns

TypeDescription
TreeListNode

A TreeListNode object representing the focused node.

|

Remarks

If the current TreeList contains no nodes, this method is not in effect.

See Also

MoveLast()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace