<customcontrol:GridStyleInfo HorizontalAlignment="Center" CellType="IntegerEdit">
<customcontrol:GridStyleInfo.NumberFormat>
<numberFormat:NumberFormatInfo NumberGroupSeparator='?'/>
</customcontrol:GridStyleInfo.NumberFormat>
如何使用数字格式避免使用数字分隔符?
答案 0 :(得分:0)
只需将其设为空字符串:
<numberFormat:NumberFormatInfo NumberGroupSeparator=""/>