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
40
Propertygrid with Numericupdown
posted

I need a example.

with :

 max, min and step

Thanks

Parents
  • 138253
    Offline posted

    Hello Cesar,

     

    Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I used the XamProeprtyGrid’s EditorDefinitions collection in order to add PropertyGridEditorDefinition for the Age Property of my data and set the EditTemplate to a DataTemplate with a XamNumericEditor inside. As for the Min and Max I used ValueConstraint and for the step I set the SpinIncrement Property of the Input. Please let me know if this helps you or you have further questions on this matter.

     

    Looking forward for your reply.

    XamPropertyGridNumericInput.zip
Reply Children