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

getGridLines() 공개 메소드

public getGridLines ( ) : TTableGridLines
리턴 TTableGridLines the grid line setting of the table layout. Defaults to TTableGridLines::None.
    public function getGridLines()
    {
        if ($this->getHasStyle()) {
            return $this->getStyle()->getGridLines();
        } else {
            return TTableGridLines::None;
        }
    }