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

setAutoPostBack() public method

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.
public setAutoPostBack ( $value )
    public function setAutoPostBack($value)
    {
        $this->setViewState('AutoPostBack', TPropertyValue::ensureBoolean($value), true);
    }