<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yılmaz Yavuz &#187; verticalgrid</title>
	<atom:link href="http://www.yilmazyavuz.com/yyblog/index.php/tag/verticalgrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yilmazyavuz.com/yyblog</link>
	<description>yazılım üzerine taze taze</description>
	<lastBuildDate>Mon, 14 Feb 2011 15:35:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Devexpress &#8211; VerticalGrid FocusedRecord</title>
		<link>http://www.yilmazyavuz.com/yyblog/index.php/2009/06/devexpress-verticalgrid-focusedrecord/</link>
		<comments>http://www.yilmazyavuz.com/yyblog/index.php/2009/06/devexpress-verticalgrid-focusedrecord/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 12:42:58 +0000</pubDate>
		<dc:creator>Yılmaz Yavuz</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Devexpress]]></category>
		<category><![CDATA[focused]]></category>
		<category><![CDATA[verticalgrid]]></category>

		<guid isPermaLink="false">http://www.yilmazyavuz.com/yyblog/index.php/2009/06/devexpress-verticalgrid-focusedrecord/</guid>
		<description><![CDATA[<p>Vertical grid üzerindeki seçili kaydı almak istiyorsanız şu şekilde yapabilirsiniz:</p>

BenimEntityTipim gel =verticalGrid1.GetRecordObject(verticalGrid1.FocusedRecord) <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.yilmazyavuz.com/yyblog/index.php/2009/06/devexpress-verticalgrid-focusedrecord/">Devexpress &#8211; VerticalGrid FocusedRecord</a></span>]]></description>
			<content:encoded><![CDATA[<p>Vertical grid üzerindeki seçili kaydı almak istiyorsanız şu şekilde yapabilirsiniz:</p>
<pre class="brush: csharp;">
BenimEntityTipim gel =verticalGrid1.GetRecordObject(verticalGrid1.FocusedRecord) as BenimEntityTipim;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.yilmazyavuz.com/yyblog/index.php/2009/06/devexpress-verticalgrid-focusedrecord/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

