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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:47:50+00:00 2026-05-13T15:47:50+00:00

I have a WPF application that is made up of a window containing a

  • 0

I have a WPF application that is made up of a window containing a usercontrol which, in turn, contains another child usercontrol.

I have a dependencyProperty for a SelectedName in my second usercontrol’s viewmodel. I want the parent control to be able to either access this property and display the SelectedName in a textblock in the parent control.

I’m a bit stuck as to how to do this.

There seem to be 2 ways I could go (if I understand this correctly)
1. Add an event on the child control and have the event bubble upwards and get handled in the parent.
2. Try and access the child’s dependency property directly in the textblock’s binding on the parent control.

For either of these ways the thing that I am stuck on is how I get a handle on the control’s (either child or parent) datacontext or viewmodel.

Is this a sign that I am heading off on the wrong track or do I need to cast the control’s datacontext to the type of viewmodel in question and then use that? Or do I need to share the same viewmodel across both usercontrols?

I’d be grateful for any feedback on this approach – any examples would be really useful as I’m finding I’ve got a couple of instances of this parent / child control requirement.

Thanks again for your time.

  • 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-13T15:47:51+00:00Added an answer on May 13, 2026 at 3:47 pm

    The view model used for the parent control could have the child control’s view model as a property, that way you can directly access it from the parent.

    public class ParentViewModel
    {
        public ChildViewModel child { get; set; }
    }
    

    Then in the xaml, assuming the datacontext is set to the ParentViewModel object, we can easily access the properties from the ChildViewModel…

    <TextBlock Text="{Binding Path=child.SomeTextProperty}" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WPF application that mostly follows MVVM, which I am trying to
I have a WPF application that runs fine under XP as an administrator. When
I have written a WPF application that I want to port to Silverlight 2.
I have a simple message box in a WPF application that is launched as
Please help! Background info I have a WPF application which accesses a SQL Server
I have a simple WPF application which I am trying to start. I am
I have a very simple WPF application in which I am using data binding
I have a FlowDocument in a standard WPF application window where I have some
I have a WPF TaskBar like application that i am developing for fun and
I have a WPF application that runs as a service and renders 2D graphical

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.