在我的代码中,我有一个字符串:
Dim a As String
a = "This string is dynamic"
在我的 XAML 中想将TargetNullValue
我的DataGridTextColumn
等于 a。
我知道我可以设置TargetNullValue=This string is dynamic
,但正如暗示的那样, a 是动态的。
在我的代码中,我有一个字符串:
Dim a As String
a = "This string is dynamic"
在我的 XAML 中想将TargetNullValue
我的DataGridTextColumn
等于 a。
我知道我可以设置TargetNullValue=This string is dynamic
,但正如暗示的那样, a 是动态的。