Prado\Web\UI\ActiveControls\TBaseActiveControl::getEnableUpdate PHP Method

getEnableUpdate() public method

public getEnableUpdate ( ) : boolean
return boolean true to allow fine grain callback updates.
    public function getEnableUpdate()
    {
        return $this->getOption('EnableUpdate', true);
    }