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