开发者

How to access WPF datagrid Template Column?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜