Prado\Web\UI\WebControls\TDataListItemRenderer::getHasStyle PHP 메소드

getHasStyle() 공개 메소드

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