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.24 GA
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