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);
    }