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

getHasStyle() public method

public getHasStyle ( ) : boolean
return boolean whether the control has defined any style information
    public function getHasStyle()
    {
        return $this->getViewState('Style', null) !== null;
    }