TreeViewItem.TextValue Property (Typed) | |
The text value of the tree view item.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextValue AS STRING GET SET
public virtual string TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
StringThe text value of the tree view item.
See Also