Click or drag to resize

RadioButtonGroup.TextValue Property (Typed)

X#
RadioButtonGroup:TextValue holds the first element of the FillUsing() array

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TextValue AS STRING GET SET 
Request Example View Source

Property Value

Type: String
RadioButtonGroup:TextValue holds the first element of the FillUsing() array
Remarks
RadioButtonGroup:TextValue holds the first element of the FillUsing() array (typically, the caption text of the radio button) for the currently selected button; if none is selected, RadioButtonGroup:TextValue is set to NULL_STRING.
See Also