Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Created Unassigned: ValuRangeTextBox problem setting MinValue and MaxValue [22151]

$
0
0
I'm trying to use a RangeTextBox with Min and MaxValue with this code :

NameSpaces :
```
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
```

in my XAML :
```
<xctk:ValueRangeTextBox ValueDataType="{x:Type sys:Int32}" MinValue="0" MaxValue="1000" Margin="30,26,0,0" />
```
I get the following error : The value is not of type Int32, parameter name MinValue. Same for MaxValue.

Thanks for any help.

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>