Prado\Web\UI\WebControls\TCheckBoxColumn::getReadOnly PHP Method

getReadOnly() public method

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