<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : DataBinders for DevExpress controls</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : DataBinders for DevExpress controls</description>
  <pubDate>Wed, 15 Apr 2026 16:56:20 -700</pubDate>
  <lastBuildDate>Mon, 31 Dec 2007 06:47:30 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=639</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>DataBinders for DevExpress controls : Reread the Forum post at :  ...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=639&amp;PID=2320#2320</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 639<br /><strong>Posted:</strong> 31-Dec-2007 at 6:47am<br /><br />Reread the Forum post at :<DIV>&nbsp;</DIV><DIV><a href="http://www.ideablade.com/forum/forum_posts.asp?TID=263" target="_blank">http://www.ideablade.com/forum/forum_posts.asp?TID=263</A></DIV><DIV>&nbsp;</DIV><DIV>The post discusses what you need to do to get the control to show up in the dropdownlist of the ControlBinding Manager.&nbsp; Let me know if this doesn't fix your problem.</DIV>]]>
   </description>
   <pubDate>Mon, 31 Dec 2007 06:47:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=639&amp;PID=2320#2320</guid>
  </item> 
  <item>
   <title>DataBinders for DevExpress controls : I&amp;#039;m using DevForce Express...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=639&amp;PID=2317#2317</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=47" rel="nofollow">vkh75</a><br /><strong>Subject:</strong> 639<br /><strong>Posted:</strong> 30-Dec-2007 at 9:28am<br /><br /><DIV>I'm using DevForce Express and DevExpress XtraEditors.&nbsp;Will I be able to&nbsp;use these controls with ControlBindingManager if I just write DataBinders for them?</DIV><DIV>&nbsp;</DIV><DIV>I tried to find it out&nbsp;and&nbsp;I wrote&nbsp;a custom DataBinder for DevExpress TextEdit control,&nbsp;I&nbsp;added <FONT size=2><strong>ControlBinderMap.Instance.UpdateMap</strong>(...) statement to my&nbsp;Form constructor, but&nbsp;there were no changes in&nbsp;Designer dropdown list of ControlBindingManager... :(</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Here is code of my custom DataBinder:</FONT></DIV><DIV><FONT color=#0000ff size=2><FONT size=1></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#0000ff size=2><FONT size=1>public</FONT></FONT><FONT size=1> <FONT color=#0000ff>class</FONT> <FONT color=#2b91af>TextEditDataBinder</FONT> : <FONT color=#2b91af>ControlDataBinder</FONT> {</FONT></DIV><DIV><P><FONT size=1><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp; public</FONT> TextEditDataBinder() : <FONT color=#0000ff>base</FONT>() { }</FONT></P><P><FONT size=1><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp; public</FONT> <FONT color=#0000ff>override</FONT> <FONT color=#2b91af>Type</FONT> ControlType {</FONT></P><P><FONT size=1><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get</FONT> { <FONT color=#0000ff>return</FONT> <FONT color=#0000ff>typeof</FONT>(<FONT color=#2b91af>TextEdit</FONT>); }</FONT></P><P><FONT size=1>&nbsp;&nbsp;&nbsp;&nbsp; }</FONT></P><P><FONT size=1><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp; public</FONT> <FONT color=#0000ff>override</FONT> <FONT color=#0000ff>string</FONT> BindingPropertyName {</FONT></P><P><FONT size=1><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get</FONT> { <FONT color=#0000ff>return</FONT> <FONT color=#a31515>"EditValue"</FONT>; }</FONT></P><P><FONT size=1>&nbsp;&nbsp;&nbsp;&nbsp; }</FONT></P><P><FONT size=1><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp; protected</FONT> <FONT color=#0000ff>override</FONT> <FONT color=#0000ff>double</FONT> GetBaseFitness(<FONT color=#2b91af>IDataConverter</FONT> pConverter) {</FONT></P><P><FONT size=1><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return</FONT> <FONT color=#2b91af>UIFitness</FONT>.None;</FONT></P><P><FONT size=1>&nbsp;&nbsp;&nbsp;&nbsp; }</FONT></P><P><FONT size=1>}</FONT><FONT size=2></P></FONT></DIV><span style="font-size:10px"><br /><br />Edited by vkh75 - 30-Dec-2007 at 9:31am</span>]]>
   </description>
   <pubDate>Sun, 30 Dec 2007 09:28:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=639&amp;PID=2317#2317</guid>
  </item> 
 </channel>
</rss>