EditWindow.TextValue Property (Typed) | |
A string representing the value held in the edit window.
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:
StringA string representing the value held in the edit window.
Remarks
A string representing the value held in the edit window. For example, the value can be "Jones" or "$14,683.00".
See Also