Prado\Web\UI\WebControls\TBoundColumn::getReadOnly PHP 메소드

getReadOnly() 공개 메소드

public getReadOnly ( ) : boolean
리턴 boolean whether the items in the column can be edited. Defaults to false.
    public function getReadOnly()
    {
        return $this->getViewState('ReadOnly', false);
    }