WPF partial binding to specific control
        Posted  
        
            by Polaris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Polaris
        
        
        
        Published on 2010-04-26T10:18:28Z
        Indexed on 
            2010/04/26
            10:23 UTC
        
        
        Read the original article
        Hit count: 265
        
I have a wpf form. Which contains labels and other controls. Whole form has concrete dataSource. I want labels in this form have another biding. only labels
<Grid>
  <Label x:Name="label"/>
  <TextBOx />
  <Label x:Name="labe2"/>
  <TextBOx />
</Grid>
        © Stack Overflow or respective owner