Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6770029
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:15:49+00:00 2026-05-26T15:15:49+00:00

We have a custom WPF control with multiple TextBox . Each TextBox has its

  • 0

We have a custom WPF control with multiple TextBox. Each TextBox has its Text property bound to a dependency property on our custom control (using the generic.xaml template).
We would like to alter the value entered in the TextBox inside our custom control if the data provided is incorrect. We know we can use validation to accept or reject a value, but that would not meet our needs since we just want to slightly alter the value.

For example, if the user enters 11 in a particular TextBox we want to update it to 2011. Or we want to capitalize the value of one of the TextBox regardless of what the user enters.

We cannot seem to find the proper WPF dependency property mechanism to perform this cleanly. We tried the CooerceCallback, but it will not update the TextBox that initiated the change in the dependency property. Other controls that are bound to that dependency property will get the modified value, but not the caller.

One idea we had was to change the recommended default “property template” to do more than just SetValue(property, value). So an example would be:

public string Year
{ get { return (string)GetValue(YearProperty);}
{ set {
    var newVal = UpdateValue(value);
    SetValue(YearProperty, newVal);
    }
}

But that does not work as binding with dependency properties will NOT use the underlying .Net property but use SetValue() directly.

If I have not confused everybody with this question, I would appreciate any help.

Regards,

Eric.

PS: We are using .Net 3.5 SP1

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:15:49+00:00Added an answer on May 26, 2026 at 3:15 pm

    As pointed out by @CodeNaked, this is similar to Dependency Property Coercion binding issues
    and is Fixed in .Net 4.0. In the meantime, for .Net 3.5 SP1, we are forcing the update of the binding for the element that caused the change event (in our case, a TextBox). Hope this helps.

    Regards,

    Eric.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom WPF control which consist of single TextBox <UserControl HorizontalAlignment=Left x:Class=WPFDiagramDesignerControl.Components.UcWBSBlock
I have a custom WPF control MyLine that should represent or not some text
In WPF, I have a custom control that inherits from TreeView. The code is
I have a custom control in WPF. In this I have a DependencyProperty of
I have a ComboBox that is bound to an ObservableCollection of custom UserControls. Each
Background: I have a custom user control based around a WPF TreeView. I've been
I have this custom wpf user control: ShowCustomer.xaml: <UserControl x:Class=TestControlUpdate2343.Controls.ShowCustomer xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml> <Grid> <TextBlock
I have a WPF custom content control inherits from Control and when developer drags
I am creating a WPF custom control, a Button with an Image and Text
I have a custom control in WPF that simply holds a combo box (however

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.