<Style x:Key="ComboBoxEditStyle" TargetType="??????"> <Setter Property="Cursor" Value="Hand"/> </Style>
xmlns:dxe="http://schemas.devexpree.com/winfx/2008/xaml/editors"
??????的部分怎么写呀,下面那样就会报错
dxe:Type ComboBoxEidt
错误:XML命名空间http://schemas.devexpree.com/winfx/2008/xaml/editors中不存在标记Type
这个是命名空间定义错了,应该是
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"