TreeViewItem.FirstChild Property (Typed) | |
The first child item of the tree view item.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FirstChild AS TreeViewItem GET
public virtual TreeViewItem FirstChild { get; }
Request Example
View SourceProperty Value
Type:
TreeViewItemThe first child item of the tree view item.
See Also