Express yourself! Share your work with other members of the Expression Community.

Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.

TextboxEditMask

Average Rating:  (1)
Description
Discussions (2)

  • Binding to RawText
    2 Posts | Last Post May 27, 2011
    • Having a real problem binding to the RawText property, it appears to be completely ignored. Also when setting/getting the RawText in the code behind it does not work as expected and return only part of the input, anyone else having problems?
    • I think I'm having the same problem. I'm trying to bind RawText to my viewmodel. The viewmodel property's Setter never gets hit. Here's my XAML:
      
              <TextBox
                  Grid.Row="2"
                  Margin="125,43,0,0"
                  Width="129"
                  HorizontalAlignment="Left"
                  VerticalAlignment="Top">
                      <interactivity:Interaction.Behaviors>
                          <behaviors:TextboxEditMask EditMask="(###)###-####" RawText="{Binding myPhoneNumber}"/>
                      </interactivity:Interaction.Behaviors>
              </TextBox>
  • Using in Blend 4
    2 Posts | Last Post September 29, 2010
    • Hello, i´m trying to use this behavior on blend 4, and it didn't work, can you help me please?
      
      Thanks
      
      Humberto Lins.
    • Did you get it to work in blend 4?  I am having the same issue added the referance rebuilt the project and it isnt showing up in the behaviors?

Details

Rate it: