Prado\Web\UI\WebControls\TDataListItem::getTagName PHP Method

getTagName() protected method

Returns the tag name used for this control.
protected getTagName ( ) : string
return string tag name of the control to be rendered
    protected function getTagName()
    {
        return $this->_tagName;
    }