Prado\Web\UI\WebControls\TRadioButtonList::getIsMultiSelect PHP Method

getIsMultiSelect() protected method

protected getIsMultiSelect ( ) : boolean
return boolean whether this control supports multiple selection. Always false for radiobutton list.
    protected function getIsMultiSelect()
    {
        return false;
    }