Prado\Web\UI\TForm::getDefaultButton PHP Method

getDefaultButton() public method

public getDefaultButton ( ) : string
return string id path to the default button control.
    public function getDefaultButton()
    {
        return $this->getViewState('DefaultButton', '');
    }