<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : How to delete Item in PropertyGrid?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : How to delete Item in PropertyGrid?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 10:15:48 +0000</pubDate>
  <lastBuildDate>Wed, 09 Apr 2008 10:58:09 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=10137</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[How to delete Item in PropertyGrid? : OK, thanks a lot! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33355&amp;title=how-to-delete-item-in-propertygrid#33355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1219">wb197</a><br /><strong>Subject:</strong> 10137<br /><strong>Posted:</strong> 09 April 2008 at 10:58am<br /><br />OK, thanks a lot!]]>
   </description>
   <pubDate>Wed, 09 Apr 2008 10:58:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33355&amp;title=how-to-delete-item-in-propertygrid#33355</guid>
  </item> 
  <item>
   <title><![CDATA[How to delete Item in PropertyGrid? : Hi,  If you still need to iterate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33306&amp;title=how-to-delete-item-in-propertygrid#33306</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10137<br /><strong>Posted:</strong> 08 April 2008 at 7:02am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>If you still need to iterate through the items you can use </DIV><DIV>&nbsp;</DIV><DIV>for each propItem in wndPropertyGrid.Categories(1).Childs&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; if propItem.Childs.Count &gt; 0 then&nbsp;&nbsp; </DIV><DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for each propItemChild in propItemChild.Childs </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and so on......</DIV></DIV><DIV>&nbsp;</DIV><DIV>Declare variable propItem an propItemChild as PropertyGridItem</DIV>]]>
   </description>
   <pubDate>Tue, 08 Apr 2008 07:02:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33306&amp;title=how-to-delete-item-in-propertygrid#33306</guid>
  </item> 
  <item>
   <title><![CDATA[How to delete Item in PropertyGrid? : The problem has been resolved!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33302&amp;title=how-to-delete-item-in-propertygrid#33302</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1219">wb197</a><br /><strong>Subject:</strong> 10137<br /><strong>Posted:</strong> 08 April 2008 at 5:43am<br /><br />The problem has been resolved! PropertyGrid.Categories.Clear method can remove all the child items.]]>
   </description>
   <pubDate>Tue, 08 Apr 2008 05:43:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33302&amp;title=how-to-delete-item-in-propertygrid#33302</guid>
  </item> 
  <item>
   <title><![CDATA[How to delete Item in PropertyGrid? : PropertyGridItem has a Remove...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33300&amp;title=how-to-delete-item-in-propertygrid#33300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1219">wb197</a><br /><strong>Subject:</strong> 10137<br /><strong>Posted:</strong> 08 April 2008 at 5:35am<br /><br />PropertyGridItem has a Remove method, so maybe I should iterate all the items in PropertyGrid and call the Remove method.<DIV>Then the question now is how to iterate these items?</DIV>]]>
   </description>
   <pubDate>Tue, 08 Apr 2008 05:35:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33300&amp;title=how-to-delete-item-in-propertygrid#33300</guid>
  </item> 
  <item>
   <title><![CDATA[How to delete Item in PropertyGrid? : As a newbie with PropertyGrid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33291&amp;title=how-to-delete-item-in-propertygrid#33291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1219">wb197</a><br /><strong>Subject:</strong> 10137<br /><strong>Posted:</strong> 08 April 2008 at 4:21am<br /><br />As a newbie with PropertyGrid ActiveX, I checked the C# and VB.Net sample of PropertyGrid. I didn't find how to delete the Items in PropertyGrid. Although PropertyGridItem object has a Remove method, I just want to clear the PropertyGrid and rebind PropertyGrid to another object. So some one please help me, thanks!]]>
   </description>
   <pubDate>Tue, 08 Apr 2008 04:21:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10137&amp;PID=33291&amp;title=how-to-delete-item-in-propertygrid#33291</guid>
  </item> 
 </channel>
</rss>