Prado\Web\UI\WebControls\TRepeatInfo::getRepeatLayout PHP Method

getRepeatLayout() public method

public getRepeatLayout ( ) : TRepeatLayout
return TRepeatLayout how the repeated items should be displayed, using table or using line breaks. Defaults to TRepeatLayout::Table.
    public function getRepeatLayout()
    {
        return $this->_repeatLayout;
    }