Prado\Web\UI\ActiveControls\TActiveDataGrid::getSurroundingTag PHP Method

getSurroundingTag() public method

Gets the tag used to render the surrounding container. Defaults to 'div'.
public getSurroundingTag ( ) : string
return string container tag
    public function getSurroundingTag()
    {
        return $this->_surroundingTag;
    }