Unable to bind simple text mask in xceed MaskedTextBox
var state = new MaskedEditableTextField(String.Empty, "State", ">LL", rules);
<xctk:MaskedTextBox Value="{Binding Value, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Mask="{Binding TextMask}"
ToolTip="{Binding OriginalValue}"
ValueDataType="{x:Type s:String}"
Style="{DynamicResource ValidatableEditableTextBoxStyle}"/>
binding to other masks that don't have the '>
' or '>
' value work as expected