Prado\Web\UI\ActiveControls\TActiveDataGrid::setSurroundingTag PHP Метод

setSurroundingTag() публичный Метод

Sets the tag used to render the surrounding container.
public setSurroundingTag ( string $value )
$value string container tag
    public function setSurroundingTag($value)
    {
        $this->_surroundingTag = TPropertyValue::ensureString($value);
    }