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