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
290
WPF-XAM Numeric Editor how to make it use 2 or 3 decimal places from code behind
posted

Hi,

I have a numeric editor that works with 2 deicmal places as default ,i want it to take 3 decimal places.I have a currency column based on which from code behind i want the editor to take  2 or 3 decimal places with a double number . 

We had this is webforms infragistics but i cannot find similar in WPF 

txtRegistrationCharges.MinDecimalPlaces = "3"