tags:

views:

15

answers:

1

Hello Experts,

           I'm using WPF 4.0... I created a custom control like decimal textbox... I had inserted that decimal textbox in datagrid template column... Now my problem is that,

How to access that template column or that decimal textbox in Code behind( C#)????

Thanks in Advance

A: 

In xaml:

In Code-behind:

MyTextBox.MyProperties...

msfanboy