Prado\Web\UI\ActiveControls\TValueTriggeredCallback::getDecayRate PHP Method

getDecayRate() public method

Gets the decay rate between callbacks. Default is 0;
public getDecayRate ( ) : float
return float decay rate between callbacks.
    public function getDecayRate()
    {
        return $this->getViewState('Decay', 0);
    }