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
Hello,
You can use similar TemplateBinding expressions as the one for the Content of the button to set the Background, etc properties.