I am trying to refer IntegerUpdown
from xceed.wpf.Toolkit
namespace . When I use object browser I could see IntegerUpdown
but while building I am getting the error:
Error 15 The name "IntegerUpDown" does not exist in the namespace "clr-namespace:Xceed.Wpf.Toolkit;assembly=WPFToolkit.Extended".
WPFToolKit defined a alias or custom namespace http://schemas.xceed.com/wpf/xaml/toolkit. Refer below.
<Window x:Class="WPFComm_Learning.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:tool="http://schemas.xceed.com/wpf/xaml/toolkit"
Title="MainWindow" Height="350" Width="525">
<Grid>
<StackPanel>
<tool:IntegerUpDown/>
</StackPanel>
</Grid>
</Window>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With