Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Formatting properties should affect only display text, it should not affect underlying value.
if value is 123.45678 and NumberDecimalDigits is 2, DoubleTextBox should display 123.46. Value should not be changed, unless value is edited using keyboard.