开发者

How to access WPF datagrid Template Column?

开发者 https://www.devze.com 2023-01-07 11:16 出处:网络
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,

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 tex开发者_开发技巧tbox in Code behind( C#)????

Thanks in Advance


In xaml:

<DecimalTextbox x:Name="MyTextBox" />

In Code-behind:

MyTextBox.MyProperty
0

精彩评论

暂无评论...
验证码 换一张
取 消