Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
How to set max length of the XamMaskedEditor the control using mask property only
posted

Hi.

I want to set only max length of the XamMaskedEditor the control only 30 chars using mask property only.

<

 

 

igDP:FieldSettings.EditorStyle>

 

 

 

<Style TargetType="{x:Type igEditors:XamMaskedEditor}">

 

 

 

<Setter Property="Mask" Value=""/>

 

 

 

</Style>

 

 

 

</igDP:FieldSettings.EditorStyle>

Can any guide me what value of mask property need to set?