Property FirstItem
FirstItem
Gets first root item in the control or null if there are no items.
[Browsable(false)]
public virtual TreeViewItem? FirstItem { get; }
Property Value
Remarks
This property returns the first item even if it is not visible.