已经快到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. Activity服务类-8 RuntimeService服务类

    一共89个接口1.启动流程实例(20个方法)//使用给定的键在流程定义的最新版本中启动一个新的流程实例.ProcessInstance startProcessInstanceByKey(String ...

  2. YII 使用modules下的css,js,img

    用YII assets 1.assets的作用是方便模块化,插件化的,一般来说出于安全原因不允许通过url访问protected下面的文件,但是我们又希望将module单独出来,所以需要使用发布,即将 ...

  3. 可视化库-seaborn-Facetgrid(第五天)

    1. sns.Facetgrid 画一个基本的直方图 import numpy as np import pandas as pd from scipy import stats, integrate ...

  4. as3 AIR 添加或删除ApplicationDirectory目录下文件

    AIR的文件目录静态类型有五种: File.userDirectory //指向用户文件夹 File.documentsDirectory //指向用户文档文件夹 File.desktopDirect ...

  5. (4)shiro多个realm

    shiro支持多个realm,当设置多个realm的时候,shiro的认证和授权的步骤是怎样的呢. 多个realm认证原理: 发现需要在执行认证的时候,需要策略来处理多个realm存在的情况.默认实现 ...

  6. RNN LSTM 介绍

    [RNN以及LSTM的介绍和公式梳理]http://blog.csdn.net/Dark_Scope/article/details/47056361 [知乎 对比 rnn  lstm  简单代码] ...

  7. java &&与||短路的详解

    短路运算符就是我们常用的“&&”.“||”,一般称为“条件操作”. class Logic{    public ststic void main(String[] args){    ...

  8. 14.7.1&14.7.2

    ArrayList <Object> list = new ArrayList<>(); //实例化ArrayList int i; int j; for(i = 1; i & ...

  9. New Game! (最短路+建图)

    New Game! https://www.nowcoder.com/acm/contest/201/L 题目描述 Eagle Jump公司正在开发一款新的游戏.Hifumi Takimoto作为其中 ...

  10. GridView自定义分页样式(上一页,下一页,到第几页)

    今天要为网站做一个文章列表,发现GridView的分页样式很难看,于是结合网上的例子,自己做了一个.不是很美观,不过还是很实用的,先看下效果吧,如图(1). 图(1)GridView分页效果 自定义G ...