Prado\Data\ActiveRecord\Scaffold\TScaffoldSearch::getListViewID PHP Method

getListViewID() public method

public getListViewID ( ) : string
return string ID of the TScaffoldListView this search control belongs to.
    public function getListViewID()
    {
        return $this->getViewState('ListViewID');
    }