Prado\Web\UI\WebControls\TCheckBoxColumn::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);
    }