Prado\Web\UI\WebControls\TBaseDataList::getGridLines PHP Méthode

getGridLines() public méthode

public getGridLines ( ) : TTableGridLines
Résultat 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;
        }
    }