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

  • Home
  • SEARCH
  • 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 8315493
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:08:38+00:00 2026-06-08T21:08:38+00:00

I am using the MVVM pattern. In my viewmodel I have a enum property

  • 0

I am using the MVVM pattern.

In my viewmodel I have a enum property for my radio button. This property is connected to my model’s enum property:

public MyEnum MyEnumVar
{
     get { return MyModel.EnumVar; }
     set { MyModel.EnumVar = value; }
}

If I change to a different view and then change back to the original view, instead of the getter being called the setter gets called, and the value passed is the first option for my radio buttons.

Basically every time i switch views my models radio button’s enum gets reset. Is there a way to stop the setter from being called?

  • 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-08T21:08:39+00:00Added an answer on June 8, 2026 at 9:08 pm

    I am using a converter so that I can store the resulting boolean into my enum property.

    Converters are a horrible solution which by now is widespread and the accepted answer to quite a few duplicate questions on binding RadioButtons, the “proper” way is using a ListBox and the SelectedItem property, that way not a multitude of RadioButtons can fight over your property.

    An example of how to do this can be seen in this answer. If you switch view the SelectedItem should bind source to target, selecting the RadioButton with the respective value.

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

Sidebar

Related Questions

I'm developing WPF applications using MVVM pattern. I have ViewModel with code like this:
Using the MVVM pattern creating WPF applications you have the ViewModel providing data to
The application I'm currently writing is using MVVM with the ViewModel-first pattern. I have
I am writing an app using the MVVM (Model-View-ViewModel) pattern and am leveraging the
I have an application I am creating in WPF, using MVVM pattern. In this
I'm trying to implement a WPF application using MVVM (Model-View-ViewModel) pattern and I'd like
I have a working WPF app using MVVM pattern in which the ViewModel calls
I am using MVVM pattern and I have one DataGrid with a column which
I have a WPF app that is using the MVVM pattern. Hooking up buttons
I am using the MVVM pattern, I have a view which creates a new

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.