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
12004
Editing milliseconds in the xamMaskedEditor
posted

Editing in milliseconds from the Format property.

Parents
No Data
Reply
  • 12004
    posted

    The following XAML can be applied to allow milliseconds to be edited when the Value of the xamMaskedEditor is databind to a DateTime type:

    <igEditors:XamMaskedEditor
      x:Name="xamMaskedEditor1"
      Format="yyyy-MM-dd HH:mm:ss.fff"
      Value="{Binding Value}"
      ValueType="{x:Type sys:String}"/>
     

Children
No Data