Prado\Web\UI\ActiveControls\TActiveDatePicker::getAutoPostBack PHP Метод

getAutoPostBack() публичный Метод

public getAutoPostBack ( ) : boolean
Результат 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);
    }