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 7780581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T18:56:40+00:00 2026-06-01T18:56:40+00:00

Currently, I’m creating textboxes and specifying ValidatesOnExceptions=True, ValidatesOnDataErrors=True, NotifyOnValidationError=True every time I create a

  • 0

Currently, I’m creating textboxes and specifying ValidatesOnExceptions=True, ValidatesOnDataErrors=True, NotifyOnValidationError=True every time I create a binding:

<TextBox Width="150" Text="{Binding Expander1Name, ElementName=Window, 
         Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, 
         ValidatesOnExceptions=True, ValidatesOnDataErrors=True, 
         NotifyOnValidationError=True}" Background="#FFF5EECC"></TextBox>   

I would like to set ValidatesOnExceptions=True, ValidatesOnDataErrors=True, NotifyOnValidationError=True with a global XAML setter.

Can anyone here give a definitive answer whether it is possible to do, if not – why, if yes – how?

  • 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-06-01T18:56:41+00:00Added an answer on June 1, 2026 at 6:56 pm

    Not possible in the way you describe, since these properties are present on the Binding instances within the DependencyObjects rather than being exposed as properties on the DependencyObjects themselves. It is not possible to create a Style that targets Bindings.

    That said, there are a couple of ways you could work around this:

    1. Define your own class that extends Binding and sets whatever defaults you want. You would then use that class everywhere you’ve currently used Binding.
    2. Define an attached behavior that finds all Bindings within the object to which it is attached and sets the defaults you want.

    The first option would be preferable to me, since the second could have unforeseen consequences (what if there’s a binding where you don’t want it to take on the defaults?). The second option would also be much slower, since it would need to dynamically search through all dependency properties of the item to which it is attached.

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

Sidebar

Related Questions

Currently I am adding object by creating it like: type TRecord = class private
Currently I'm learning C++ and I've been trying to create a simple image processing
Currently, working with Denali RC0 and unable to add BI Time Intelligence to the
Currently we use jQuery to add RIA goodness to our apps, but recently we
Currently I have a class that looks like this: public class MyClass : IMyClass
Currently the HashSet<T> constructor that allows you to define your equality comparison yourself is
Currently developing an application using the newest version of symfony, obtained through PEAR. This
Currently I'm trying to write my first Python library and I've encountered the following
Currently we're parsing arp request output from the command line. string cmd = arp
Currently I have a DetailsView attached to a GridView. When you select an item

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.