彩票走势图

DevExpress WPF入门指南:Smart Tag扩展功能

原创|使用教程|编辑:我只采一朵|2016-03-11 14:32:03.000|阅读 883 次

概述:Smart Tag提供了一些扩展功能用于简化指定某些属性的程序,比如下面这几项:

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

你也可以 下载Universal安装包 或者到 查看更多示例和教程哦

Smart Tag提供了一些扩展功能用于简化指定某些属性的程序,比如下面这几项:

  • Application Theme
  • Data Context
  • Image Gallery
  • Convert to DXWindow and Convert to DXRibbonWindow

Application Theme

Application Theme应用选中的主题(默认是DeepBlue),包括设计时和运行时。

DevExpress WPF Smart Tag

当应用主题,Smart Tag会在你的应用程序中生成这样一段代码:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
       <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
           <section name="DXThemeManager" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" 
                 allowExeDefinition="MachineToLocalUser" requirePermission="false" />
       </sectionGroup>
    </configSections>
    <userSettings>
       <DXThemeManager>
           <setting name="ApplicationThemeName" serializeAs="String">
               <value>Office2013</value>
           </setting>
       </DXThemeManager>
    </userSettings>
</configuration>

Data Context

当应用这个属性时,Smart Tag会分析设置的对象。如果发现是一个POCO对象,Data Context属性会通过ViewModelSource类进行定义。

DataContext="{dxmvvm:ViewModelSource ViewModel:MainViewModel}"

否则,Data Context属性就会通过常规方式进行定义。

Image Gallery

这是一个专门用于展示图片的控件,要访问预定义列表,点击Glyph 或者 LargeGlyph 属性按钮。

DevExpress WPF Smart Tag

Convert to DXWindow and Convert to DXRibbonWindow

通过点击Smart Tag的Convert to DXWindowConvert to DXRibbonWindow,可以轻松从当前窗口切换到DXWindow 或者 DXRibbonWindow。

DevExpress WPF Smart Tag

 


标签:DevExpress.NETWPF

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP