Prado\Web\UI\WebControls\TTableRow::getTableSection PHP Method

getTableSection() public method

public getTableSection ( ) : TTableRowSection
return TTableRowSection location of a row in a table. Defaults to TTableRowSection::Body.
    public function getTableSection()
    {
        return $this->getViewState('TableSection', TTableRowSection::Body);
    }