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

getScope() public method

public getScope ( ) : TTableHeaderScope
return TTableHeaderScope the scope of the cells that the header cell applies to. Defaults to TTableHeaderScope::NotSet.
    public function getScope()
    {
        return $this->getViewState('Scope', TTableHeaderScope::NotSet);
    }