Prado\Web\UI\WebControls\TStyleSheet::getStyleSheetUrl PHP Method

getStyleSheetUrl() public method

public getStyleSheetUrl ( ) : string
return string URL to the stylesheet file
    public function getStyleSheetUrl()
    {
        return $this->getViewState('StyleSheetUrl', '');
    }