DevExpress WPF 23版

这篇具有很好参考价值的文章主要介绍了DevExpress WPF 23版。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

DevExpress WPF 23版

  Themes - Optimized the existing application themes for better performance and less memory consumption. Themes now load fewer XAML resources, which reduces memory consumption by 15-30% and speeds up application startup by 10%.

  New Lightweight Themes (CTP)

  New themes include:

  Win10 (Light, Dark, System, System Colors).

  Office2019 (Colorful, Black, High Contrast, System).

  VS2019 (Blue, Light, Dark, System).

  New themes are optimized for speed and memory consumption (they require/load less resources than existing themes).

  The lightweight themes require much less hard drive space. For example, DevExpress.Xpf.ThemesLW assembly with 12 theme variations is approximately 10MB compared to the 72MB required for a similar set of the existing (regular) themes.

DevExpress WPF 23版

 

  Dialogs - Optimized the Open File, Save File, and Folder Browser dialog components for faster startup and less memory consumption.

  New Step Progress Bar

  The WPF Step Progress Bar visualizes a linear process and highlights its active stage. It includes numerous UI/UX options to help you visualize event chains with ease. Features include:

  Item Indicators.

  Customizable Item Content (caption, description, image).

  Horizontal/Vertical Orientation.

  Animation.

  MVVM Support.

  New Date Range Control

  The new WPF Date Range control allows users to specify/enter a date range with ease. This new control addresses a variety of usage scenarios - from entering departure/return dates to modifying range values within custom filters. Features include:

DevExpress WPF 23版

 

  Date Range Selection from the Dropdown Calendar.

  Masked Input and Display Format.

  Input Validation and Built-in Error Indication.

  Predefined Ranges (Previous Week, This Week, Next Week, This Month).

  Min/Max Dates.

  Data Grid

  Search/Filter within Column Headers - The Data Grid's column headers can now display search/filter boxes. Users can click a search icon and enter filter criteria within column headers.

  Search in Master-Detail Mode - Added a new search option in the WPF Data Grid. Users can search data in expanded detail rows by entering a search expression within the grid's Search Panel.

  Hide Bands from the Column/Band Chooser - Data Grid bands now include a new ShowInColumnChooser option. Activate this option for the band if you do not want to display in the Column/Band Chooser.

  Clear Filter Button in Auto-Filter Row - Added a new TableView.AutoFilterRowClearButtonMode property that allows you to display the Clear Filter button within Automatic Filter Row cells. Display option include: Always, Display, Edit and Never.

  Charting

  Enhanced Visualization of Spline Series - Improved the visualization of the spline chart - the spline line is now rendered between local minimum and maximum values. Use the SplineAlgorithm property to specify the drawing algorithm for the Spline series view.

  Data Editors

  DateNavigator - Date Range Selection - The WPF Date Navigator now fully supports multiple date selection. Use the DateNavigator.SelectionMode property to allow users to select a date range.

  Tri-State Checkbox Cycle Order - Added a new ReverseCheckOrder option that specifies the order in which the Check Editor goes through its states in tri-state mode. Activate this option to change the order from Checked > Indeterminate > Unchecked to Indeterminate > Checked > Unchecked.

  Property Grid

  XAML Instance Initializer - You can now define custom data types for collections in XAML (you do not need to implement the InstanceInitializer interface). Added a new XamlInitializer.Initialize event that allows you to implement custom initialization of collection properties.

  Rich Text Editor

  Rotated Text in Tables - The WPF Rich Text Editor now supports rotated text in table cells. Added a 'Text Direction' command to the Ribbon UI and a TableCell.TextDirection property to rotate cell text in code. You can print and export (PDF) documents with rotated text in tables.

  Embedded Fonts - The new (Document.EmbedFonts API) allows you to embed fonts within Microsoft Word documents. Once fonts are embedded in a document, document appearance remains unchanged when viewed, printed, or exported on any computer (regardless of the presence of the font on the target machine). Embedded fonts are available within the font list.

  Spreadsheet

  Threaded Comments - You can now manage threaded comments in code. Use the Worksheet.ThreadedComments property to add, edit, reply, and remove threaded comments (the Spreadsheet control retains comments when resaving an Microsoft Excel document).

  Chart Enhancements - The WPF Spreadsheet control can now display, print, and export (PDF) the following chart UI elements:

  Chart Markers with Solid Outlines.

  Trendlines.

  Data Tables.

  Legends with Custom Fonts.

  Use Cell Values as Data Labels in Charts - You can now use cell values as data labels for a chart. Use the CustomDataLabels.SetReference method to specify a cell range used as a reference. You can print and export to PDF spreadsheet documents that contain charts with custom data labels.文章来源地址https://www.toymoban.com/news/detail-498100.html

到了这里,关于DevExpress WPF 23版的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • WPF + DevExpress学习07

    Prism 子界面和父界面相互传值 1 首先需要创建一个子界面 名称 AddTaskDialog 和 ViewModels AddTaskDialogViewModel 继承 IDialogAware MainWindows 父级页面的ViewModel WPF Dev TreeListControl CheckBox 获取被选中的值 Model

    2024年02月12日
    浏览(23)
  • 界面控件DevExpress WPF中文入门级教程 - 格式化值

    DevExpress WPF v21.2高速下载 格式化值概述 大多数DevExpress WPF控件都接受数据输入,并尽可能为您的最终用户提供键盘驱动的数据输入 - 以及灵活的数据表示格式。 轻松应用数字或日期时间格式来编辑值,以提高 WPF 应用程序的可用性。 您可以使用标准或自定义格式说明符、复合

    2024年02月04日
    浏览(44)
  • 界面控件DevExpress WPF属性网格 - 让应用轻松显示编辑各种属性事件

    DevExpress WPF Property Grid(属性网格)灵感来自于Visual Studio,Visual Studio启发的属性窗口(对象检查器)让在WPF应用程序显示和编辑任何对象的属性和事件变得更容易! P.S :DevExpress WPF拥有120+个控件和库,将帮助您交付满足甚至超出企业需求的高性能业务应用程序。通过DevExpress

    2024年01月18日
    浏览(51)
  • DevExpress WPF的电子表格组件,让您更快获得Excel体验(二)

    DevExpress WPF的Spreadsheet控件拥有读取、写入、转换XLSx、XLS、CSV和TXT文件的功能,并且为终端用户提供了当今最流行的办公生产力套件才能获得的UI体验。它包括与Ribbon UI的完全集成,因此开发者可以以最小的代价交付受MS Excel启发的功能。 在上文中(点击这里回顾)我们介绍

    2024年02月06日
    浏览(31)
  • 界面控件DevExpress WPF流程图组件,完美复制Visio UI!(二)

    DevExpress WPF Diagram(流程图)控件帮助用户完美复制Microsoft Visio UI,并将信息丰富且组织良好的图表、流程图和组织图轻松合并到您的下一个WPF项目中。 在上文中(点击这里回顾),我们为大家介绍了DevExpress WPF Diagram(流程图)组件性能优异切信息丰富的流程图功能、轻松地

    2024年02月05日
    浏览(40)
  • 界面控件DevExpress WPF流程图组件,完美复制Visio UI!(一)

    DevExpress WPF Diagram(流程图)控件帮助用户完美复制Microsoft Visio UI,并将信息丰富且组织良好的图表、流程图和组织图轻松合并到您的下一个WPF项目中。 P.S :DevExpress WPF拥有120+个控件和库,将帮助您交付满足甚至超出企业需求的高性能业务应用程序。通过DevExpress WPF能创建有

    2024年02月04日
    浏览(38)
  • DevExpress WPF功能区控件,更轻松创建商业应用工具栏!(下)

    在上文中(点击这里回顾),我们主要介绍了DevExpress WPF的Ribbon、Toolbar和Menus组件支持MVVM、功能区命令栏和视图等,本文将继续介绍这些组件的自定义功能等。 DevExpress WPF拥有120+个控件和库,将帮助您交付满足甚至超出企业需求的高性能业务应用程序。通过DevExpress WPF能创建有

    2024年02月12日
    浏览(36)
  • VS插件DevExpress CodeRush v23.1 - 支持Visual Studio ARM

    DevExpress CodeRush是一个强大的Visual Studio .NET 插件,它利用整合技术,通过促进开发者和团队效率来提升开发者体验。CodeRush能帮助你以极高的效率创建和维护源代码。Consume-first 申明,强大的模板,智能的选择工具,智能代码分析和创新的导航以及一个无与伦比的重构集,在它

    2024年02月11日
    浏览(28)
  • DevExpress WPF Tree List组件,让数据可视化程度更高!(二)

    DevExpress WPF Tree List组件是一个功能齐全、数据感知的TreeView-ListView混合体,可以把数据信息显示为REE、GRID或两者的组合,在数据绑定或非绑定模式下,具有完整的数据编辑支持。 在上文中(点击这里回顾DevExpress WPF Tree List组件是一个功能齐全的数据可视化控件,欢迎下载最

    2024年02月14日
    浏览(25)
  • 界面控件DevExpress WPF Gauge组件 - 轻松实现个性化商业仪表盘

    DevExpress WPF Gauge(仪表)控件包含了多种圆形仪表类型、水平和垂直线性仪表、分段和矩阵数字仪表以及状态指示器,同时还具有最终用户交互性的集成支持。 P.S :DevExpress WPF拥有120+个控件和库,将帮助您交付满足甚至超出企业需求的高性能业务应用程序。通过DevExpress WPF能

    2024年02月06日
    浏览(40)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包