Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1155
Omitting the thousands separator using XamNumericEditor
posted

I am using XamNumericEditor and want to remove the thousands separator which is gifted to me when I choose double, currency or number. Below I am using double and want to keep the dot separator but loose the thousands comma separator.

 

Thanks,

 

Glenn

 

 

<Style TargetType="{x:Type igEditors:XamNumericEditor}"  >
                                                                <Setter Property="Mask" Value="{}{double:-10.1:c}"/>
                                                            </Style>