已经快到2015 年了。 14.2.1 beta 才出来了。

还好,有一些新东西。

官网地址

VCL Gauge Control

Designed to clearly convey information at a glance, gauges are a significant data visualization part of dashboards. Communicate appropriate intelligence with a variety of circular, linear and digital gauges that help depict data varying with time.

This version ships with three gauge types (both unbound and data-aware versions are available):

  • Circular (full, half and quarter)
  • Linear (horizontal and vertical)
  • Digital (7 and 14 segments)
Full Circular Gauges
 
 

You can select from a dozen built-in gauge styles or create your own if required.

VCL Rich Edit Control (CTP)

Word® Inspired Rich Text Editor

This release includes the community technology preview of our VCL Rich Text Editor. It enables your users to create or edit rich text documents with ease using a set of text formatting commands. Programmatically, these commands are implemented by Action objects. By simply liniking the Action objects to elements of your UI, such as ribbons, menus, and toolbars, you can easily create a powerful word processor in your application.

This initial version ships with the following features:

  • Character and paragraph formatting
  • Images
  • Styles
  • Lists (bulleted, numbered and multilevel)
  • Undo/Redo history
  • Clipboard operations
  • Overtype mode
  • Text highlight
  • Formatting marks visualization

Please note that the initial version of the Rich Edit Control is only supported using RAD Studio XE or later, and, furthermore, only in 32-bit apps. You are free to use this control in your applications today. However, be aware that it is a preview version and therefore the API, methods, properties, and/or features may change before the final release.

VCL Data Editors and Controls

Camera Control

The DevExpress ExpressEditors Library now ships with a new Camera Control. This allows your users to capture video and images from a built-in or connected camera (such as a webcam).

Toggle Switch Editor

Another addition to the ExpressEditors Library is a Windows UI-style check editor, a touch-friendly control designed to replace a traditional check box. Provided are unbound, data-aware, standalone, and in-place versions of the editor.

VCL Grid Control

Find Panel

With this release, our VCL Grid introduces a Find Panel – delivering an easy and straightforward way for end-users to locate information within the control. To execute a search, simply enter text within the Find box and the grid will display those records that have matching values.

Various options are available to control the display and behavior of the Find Panel. You can specify searchable columns, choose between delayed automatic and manual search modes, allow search strings to be highlighted within located records, etc. The Find Panel is available within all grid Views, except for Chart Views.

VCL Map Control

Take users where they want to go.

This version adds support for:

  • Bing Maps services (Geocode and Routes)
  • Location-based queries to Bing Maps services
  • Shapefile format files
Bing Maps Services - Geocoding
 
 

VCL Spreadsheet Control

Deliver Excel-inspired capabilities with ease.

The DevExpress VCL Spreadsheet Control now supports the following features:

  • Print settings stored in and loaded from spreadsheet files
  • Array formulas
 

VCL Layout Control

The VCL Layout Control now supports float groups. This feature makes it easy to implement docking capabilities with your layout elements.

 

Icon Library

We've extended our icon library with new Microsoft Office 2013 inspired icons. The library now includes about 2,000 icons.

Devexpress VCL Build v2014 vol 14.2.1 beta发布的更多相关文章

  1. Devexpress VCL Build v2014 vol 14.2.7发布

    2015年马上快过去一半了,这个玩意还在纠结在14版.其实也无所谓,反正就是改成15版,也还是这些 东西的修补. What's New in 14.2.7 (VCL Product Line)   N ...

  2. Devexpress VCL Build v2014 vol 14.2.6 发布

    终于支持XE8 了.需要这么长时间吗? New Major Features in 14.2 What's New in VCL Products 14.2 Feature Highlights To ...

  3. Devexpress VCL Build v2014 vol 14.2.5 发布

    和xe8 几乎同一天出来,但是目前官方不支持xe8. The following sections list all minor and major changes in DevExpress VCL ...

  4. Devexpress VCL Build v2014 vol 14.2.4 发布

    What's New in 14.2.4 (VCL Product Line)   New Major Features in 14.2 What's New in VCL Products 14.2 ...

  5. Devexpress VCL Build v2014 vol 14.1.4 发布

    虽然这次没加什么新东西,但是及时更新支持xe7,还算可以. What's New in 14.1.4 (VCL Product Line)   New Major Features in 14.1 W ...

  6. Devexpress VCL Build v2013 vol 14.1.5 发布

    What's New in 14.1.5 (VCL Product Line)   New Major Features in 14.1 What's New in VCL Products 14.1 ...

  7. Devexpress VCL Build v2014 vol 15.2.3 发布

    2016年第一个版本,继续修补. New Major Features in 15.2 What's New in VCL Products 15.2 Breaking Changes To lear ...

  8. Devexpress VCL Build v2013 vol 14.1.3 发布

    我修,我修,修修修. New Major Features in 14.1 What's New in VCL Products 14.1 Breaking Changes To learn abou ...

  9. Devexpress VCL Build v2015 vol 15.1.2发布

    2015年马上过半年了.终于第一个大版出来了. What's New in 15.1.2 (VCL Product Line)   New Major Features in 15.1 What's ...

随机推荐

  1. jpa-jpql-basic-test

    jpql 基本测试 //可以使用 JPQL 完成 UPDATE 和 DELETE 操作. @Test public void testExecuteUpdate(){ String jpql = &q ...

  2. HTML5 移动端 自定义点击事件

    /* 封装的TAP事件 */ (function () { /** * IOS 和 PC 端 只需要创建一次就能一直使用 * Android 手机 每次使用的时候都需要从新创建 */ function ...

  3. Node + H5 + WebSocket + Koa2 实现简单的多人聊天

    服务器代码  ( 依赖于 koa2,  koa-websocket ) /* 实例化外部依赖 */ let Koa = require("koa2"); let WebSocket ...

  4. 更改maven下载jar的仓库为阿里云仓库

    修改settings.xml <!-- 配置本地maven的仓库 --> <localRepository>D:\file\path\maven\repository</ ...

  5. HIBERNATE知识复习记录4-HQL和QBC

    Hibernate中共提供了三种检索方式:HQL(Hibernate Query Language).QBC.QBE(Query By Example). HQL 是Hibernate Query L ...

  6. JAVA数组详解

    package com.keke.demo; import java.text.ParseException;import java.text.SimpleDateFormat;import java ...

  7. Servlet Filter 过滤器 对指定页面不拦截

    package niit.dxs.controller; import javax.servlet.*; import javax.servlet.http.HttpServletRequest; i ...

  8. 双活部署前收集EMC存储设备信息

    以0.68服务器为例 1.拷贝emcgrab_Linux_v4.7.10.tar到linux服务器并将其解压到/tmp目录下 tar -xvf emcgrab_Linux_v4.7.10.tar -C ...

  9. 早停法(Early Stopping)

    一.早停法简介(Early Stopping)当我们训练深度学习神经网络的时候通常希望能获得最好的泛化性能(generalization performance,即可以很好地拟合数据).但是所有的标准 ...

  10. android mapView

    1.Because the Maps library is not a part of the standard Android library, you must declare it in the ...