TreeViewItem.TreeViewControl Property (Typed)
|
|
The TreeView object identifying the TreeView control to which the current tree view item is linked.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.24 GA
Syntax VIRTUAL PROPERTY TreeViewControl AS TreeView GET
public virtual TreeView TreeViewControl { get; } Request Example
View SourceProperty Value
Type:
TreeViewThe TreeView object identifying the TreeView control to which the current tree view item is linked.
See Also