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

getTagName() protected method

By default, the tag name is 'span'. You can override this method to provide customized tag names. If the tag name is empty, the opening and closing tag will NOT be rendered.
protected getTagName ( ) : string
return string tag name of the control to be rendered
    protected function getTagName()
    {
        return 'span';
    }