Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
270
Add a custom object to a field
posted

Hi, I need to add a textblock made in execution time. I saw the help http://help.infragistics.com/Help/NetAdvantage/WPF/2009.1/CLR3.5/html/xamData_Embedding_a_Custom_Control_in_a_Field.html

but there is only 1 property bind support (button.content), I need to change Background and Text property for my text block.

 

Thanks

Parents
No Data
Reply
  • 69686
    Suggested Answer
    posted

    Hello,

    You can use similar TemplateBinding expressions as the one for the Content of the button to set the Background, etc properties.

Children
No Data