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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T09:51:50+00:00 2026-06-04T09:51:50+00:00

In MVVM IDataErrorInfo is used for validation. In this on which time indexer check

  • 0

In MVVM IDataErrorInfo is used for validation. In this on which time indexer check value can not get. and after calling it how it check value i can not get.the code is here. what is the value passed in column name.

public string this[string columnName]
{
    get { return GetValidationError(columnName); }
}

why use indexer for validation in wpf .can any one say about it.

  • 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-04T09:51:51+00:00Added an answer on June 4, 2026 at 9:51 am

    If you use the IDataErrorInfo interface, you validate the class that implements the interface.

    If you have a property Name, activate the validation and change the property, the indexer is called with string columnName = “Name”. Now you can handle the “Name” validation in an if statement

    if(columnName  == "Name")
        // do Name validation
    

    //edit

    the validation is fired in wpf if you change the property by binding. You should decorate your binding like this:

    Text="{Binding UpdateSourceTrigger=LostFocus, Path=FirstName, ValidatesOnDataErrors=true, NotifyOnValidationError=true}"
    

    Here is a nice and simple explanation of the IDataErrorInfo implementation using WPF databinding and an errortemplate.

    WPF: Validation made easy with IDataErrorInfo

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

Sidebar

Related Questions

In MVVM Light, can we check if a class is already registered? i.e. if
Does MVVM Light work with Visual C# Express? Can't seem to get any of
I have an MVVM application. In one of the ViewModels is the 'FindFilesCommand' which
I want use MVVM design pattern in WPF and Silverlight Application. Where can i
i am working on MVVM and i am not much familiar with it and
I've an MVVM application implementing IDataErrorInfo using version 3.5. I want to try and
I use MVVM and my object implement IDataErrorInfo. When a property is set, I
In MVVM, can the model bit be a Domain Model, or can it also
MVVM is most commonly used with WPF because it is perfectly suited for it.
[Edit: Rethinking architecture along mvvm lines made this problem largely fall away - thanks

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.