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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:25:55+00:00 2026-05-10T22:25:55+00:00

I have a page with several controls. The controls are bound to display values

  • 0

I have a page with several controls. The controls are bound to display values which they get from the page’s DataContext. What I would like to do is display another look of the page should the DataContext be null. In some cases the controls of the page should display differently if ‘their’ property is set or not.

Is is possible to create a binding to see if the DataContext is set?

What I did as a workaround was to add a IsDataContextSet property to the page and the specify a binding like:

Binding='{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Page}}, Path=IsDataContextSet}' Value='false' 

This works as I expect but I have a feeling that their is more elegant way to do this. Or at least or more WPFish way.

  • 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. 2026-05-10T22:25:55+00:00Added an answer on May 10, 2026 at 10:25 pm

    Given the scenario you describe, I would set the properties with a style and a data trigger. The data trigger would use the default binding which is the data context.

    An example might look like this:

    <Border>     <Border.Style>         <Style TargetType='Border'>             <Setter Property='Background'                     Value='Orange' />             <Style.Triggers>                 <DataTrigger Binding='{Binding}'                              Value='{x:Null}'>                     <Setter Property='Background'                             Value='Yellow' />                 </DataTrigger>             </Style.Triggers>         </Style>     </Border.Style> </Border> 

    The border will be orange unless the data context is null, in which case the background is yellow.

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

Sidebar

Related Questions

I have a complex page that has several user controls like galleries, maps, ads
I have a ASPX Page that contains several user controls, which are loaded dynamically
We have a page of search results which the user can hit in several
Have a real head-scratcher here: I have a page with several controls on it,
I have a page with several user controls that use Ajax. When I try
I have a page with several dynamically generated DropDownLists. The DDs load and display
I have a web page with several HTML Select controls that all allow multiple
I have several text inputs in my page. They have different classes added to
Here's my scenario: I have a page containing several links; each link is meant
I have a custom SharePoint page with several dataviews. The dataviews essentially filter documents

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.