Prado\Web\UI\WebControls\TDataGridPager::getItemType PHP Method

getItemType() public method

public getItemType ( ) : string
return string item type.
    public function getItemType()
    {
        return TListItemType::Pager;
    }