Prado\Web\UI\ActiveControls\TActiveDatePicker::getAutoPostBack PHP Method

getAutoPostBack() public method

public getAutoPostBack ( ) : boolean
return 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);
    }