<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/DgsGridListGetRowBackGroundImage?action=history&amp;feed=atom</id>
	<title>DgsGridListGetRowBackGroundImage - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/DgsGridListGetRowBackGroundImage?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DgsGridListGetRowBackGroundImage&amp;action=history"/>
	<updated>2026-04-04T19:45:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DgsGridListGetRowBackGroundImage&amp;diff=58519&amp;oldid=prev</id>
		<title>Thisdp: Created page with &quot;{{Client function}}  This function gets the row background image from the grid list.  ==Syntax==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt; texture/nil, texture/nil, texture/nil dgsGridLis...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DgsGridListGetRowBackGroundImage&amp;diff=58519&amp;oldid=prev"/>
		<updated>2018-08-23T10:08:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Client function}}  This function gets the row background image from the grid list.  ==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; texture/nil, texture/nil, texture/nil dgsGridLis...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Client function}}&lt;br /&gt;
&lt;br /&gt;
This function gets the row background image from the grid list.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
texture/nil, texture/nil, texture/nil dgsGridListGetRowBackGroundImage( element gridList, int rowIndex )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''gridList:''' the grid list that you want to operate.&lt;br /&gt;
*'''rowIndex:''' An integer of the row index.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns 3 textures if exist are '''imageDefault''', '''imageHoving''', '''imageSelected''' correspondingly if get successfully, ''false'' if one of the arguments was invalid.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
DGS = exports.dgs&lt;br /&gt;
&lt;br /&gt;
gridlist = DGS:dgsCreateGridList(300,200,300,400,false)&lt;br /&gt;
DGS:dgsGridListAddColumn(gridlist,&amp;quot;ID&amp;quot;,0.7)&lt;br /&gt;
for i=1,10 do&lt;br /&gt;
	local row = DGS:dgsGridListAddRow(gridlist)&lt;br /&gt;
	DGS:dgsGridListSetItemText(gridlist,row,1,tostring(i))&lt;br /&gt;
end&lt;br /&gt;
local a,b,c = DGS:dgsGridListGetRowBackGroundImage(gridlist, 2)&lt;br /&gt;
outputChatBox(tostring(a)) -- default is nil XD&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{DGSFUNCTIONS}}&lt;/div&gt;</summary>
		<author><name>Thisdp</name></author>
	</entry>
</feed>