Prado\Web\UI\WebControls\TTableStyle::getGridLines PHP Method

getGridLines() public method

public getGridLines ( ) : TTableGridLines
return TTableGridLines the grid line setting of the table. Defaults to TTableGridLines::None.
    public function getGridLines()
    {
        return $this->_gridLines === null ? TTableGridLines::None : $this->_gridLines;
    }