RadioButtonGroup.TextValue Property | |
RadioButtonGroup:TextValue holds the first element of the FillUsing() array
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextValue AS USUAL GET SET
public override Usual TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
UsualRadioButtonGroup: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