Prado\Web\UI\WebControls\TTableStyle::getGridLines PHP 메소드

getGridLines() 공개 메소드

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