Prado\Web\UI\WebControls\TDataList::loadState PHP Method

loadState() public method

This method is invoked right after control state is loaded.
public loadState ( )
    public function loadState()
    {
        parent::loadState();
        if (!$this->getIsDataBound()) {
            $this->restoreItemsFromViewState();
        }
        $this->clearViewState('ItemCount');
    }
TDataList