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

getPropertyName() public method

public getPropertyName ( ) : string
return string The control property name to observe value changes.
    public function getPropertyName()
    {
        return $this->getViewState('PropertyName', '');
    }