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
2349
Value Constraint on Numeric Editor
posted

I would like for the range to be from 0 to 2150 -- why doesn't this work?

 

<igEditors:XamNumericEditor Name="txtSpeed" Width="50"
                                                                            Text="{Binding Path=EngineTest.Speed}"
                                                                            Mask="nnnn" EditModeStarted="Numeric_EditModeStarted">
                                                <igEditors:ValueConstraint ValidateAsType="Integer32" MinInclusive="0" MaxInclusive="2150"></igEditors:ValueConstraint>
                                            </igEditors:XamNumericEditor>

Parents Reply Children
No Data