扩展工具包的十六进制输出中的NumericUpDown

时间:2015-09-09 19:48:30

标签: c# .net wpf xaml wpftoolkit

我正在使用适用于WPF的扩展工具包。

NumericUpDown控件能够输入十六进制值,但是我看不到以十六进制格式显示值的方法/属性。

有一个FormatString,但这包含像货币,百分比,而不是十六进制格式。

我现在拥有的WPF代码是:

<xctk:IntegerUpDown Value="{Binding Value}" 
     ParsingNumberStyle="HexNumber" FormatString="%X" Margin="4" />

0 个答案:

没有答案