Prado\Web\UI\ActiveControls\TActiveDatePicker::getAutoPostBack PHP Méthode

getAutoPostBack() public méthode

public getAutoPostBack ( ) : boolean
Résultat boolean a value indicating whether an automatic postback to the server will occur whenever the user modifies the text in the TActiveDatePicker control and then tabs out of the component. Defaults to true.
    public function getAutoPostBack()
    {
        return $this->getViewState('AutoPostBack', true);
    }