Prado\Web\UI\WebControls\TDataList::getShowFooter PHP Method

getShowFooter() public method

public getShowFooter ( ) : boolean
return boolean whether the footer should be shown. Defaults to true.
    public function getShowFooter()
    {
        return $this->getViewState('ShowFooter', true);
    }
TDataList