首页 新闻 会员 周边

DevExpress控件能不能调用资源文件里的样式?怎么写他的资源文件?

0
悬赏园豆:10 [已关闭问题] 关闭于 2013-12-20 10:19
<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

Shally1988的主页 Shally1988 | 初学一级 | 园豆:180
提问于:2013-12-12 13:50
< >
分享
所有回答(1)
0

这个是命名空间定义错了,应该是

xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
Shally1988 | 园豆:180 (初学一级) | 2013-12-20 10:19
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册