Prado\Web\UI\WebControls\TDataListItemRenderer::getHasStyle PHP Méthode

getHasStyle() public méthode

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