Prado\Web\UI\WebControls\TRadioButton::setGroupName PHP Method

setGroupName() public method

The group is unique among the control's naming container.
See also: setUniqueGroupName
public setGroupName ( $value )
    public function setGroupName($value)
    {
        $this->setViewState('GroupName', $value, '');
        $this->_uniqueGroupName = null;
    }