Prado\Web\UI\WebControls\TTableHeaderCell::getCategoryText PHP Method

getCategoryText() public method

public getCategoryText ( ) : string
return string the axis attribute of the HTML th element
    public function getCategoryText()
    {
        return $this->getViewState('CategoryText', '');
    }