VCL component DevExpress VCL v20.2 new version highlights: powerful project management tool-Gantt control released

DevExpress Technical Exchange Group 3: 700924826 Welcome to join the group discussion

DevExpress VCL Controls is the oldest user interface package of Devexpress. The controls included are: data entry, charts, data analysis, navigation, layout, etc. This control can help you create an excellent user experience, provide high-impact business solutions, and use your existing VCL skills to build next-generation applications for the future.

DevExpress VCL v20.2 releases a powerful project management tool-Gantt chart control, introduces a skinnable DevExpress copy for the standard VCL open/save file dialog box, etc. Welcome to download the v20.2 version to experience!

DevExpress VCL v20.2 full version download

Brand new Gantt chart control (Beta)

The new DevExpress VCL Gantt control is a powerful project management tool that allows users to schedule the activities needed to achieve project goals and monitor their progress.

DevExpress v20.2 new version highlights

DevExpress v20.2 new version highlights

The Gantt chart control has the following functions:

  • Three views of project management: Gantt chart, resource table and timetable
  • Multiple tasks, dependencies, and constraint types
  • Manual and automatic task scheduling
  • Working day and holiday tracking
  • Custom time scale
  • Scroll and zoom options
  • Undo/redo history
  • Project XML file support
  • DirectX hardware acceleration

Open/Save File Dialog (CTP)

This version introduces a skinnable copy of DevExpress for the standard VCL open/save file dialog. It inherits the dialog from the standard VCL open file dialog, making it as easy to replace the standard dialog as changing the class name.

DevExpress v20.2 new version highlights

DevExpress v20.2 new version highlights

DevExpress v20.2 new version highlights

DevExpress v20.2 new version highlights

Enhanced UX

Smooth scrolling

This version adds smooth scrolling support to the following DevExpress VCL components:

  • Grid Control
  • TreeList Control
  • Vertical Grid Control
  • Layout Control
  • NavBar Control
  • PDF Viewer
  • Flow Chart Control
  • Org Chart Control
  • Image Slider Control
  • Scroll Box Control
  • Image Editor
  • Print Preview

Use the newly introduced options in the appearance (or appearance) controller or the appearance settings of the control to activate the desired scroll mode. The dxScrollAnimationTime global constant in the source code allows you to adjust the smoothness of the scroll animation.

Content filling options

In this version, the VCL Grid, TreeList, Pivot Grid and Vertical Grid controls introduce a quick way to fill their in-place editor and/or title, and adjust the spacing between certain UI elements, using the new TdxVisualRefinements .Padding and TdxVisualRefinements.HeaderPadding class attributes to specify the padding on each side of the element.

Delphi

TdxVisualRefinements.Padding := TRect.Create(3, 5, 3, 5);
TdxVisualRefinements.HeaderPadding := TRect.Create(2, 2, 2, 2);

New display style of filter conditions

Now, the filters available in the VCL Grid, TreeList, and Vertical Grid controls support the new visualization style shown in the figure below. This style can help end users easily distinguish color filter items and modify or clear individual filter conditions.

DevExpress v20.2 new version highlights

New styles are also provided in the built-in Filter Builder dialog box and the independent Filter Controls.

DevExpress v20.2 new version highlights

Grid control

Custom row layout (CTP) in table view and striped table view

The custom row layout allows users to arrange cells in a manner similar to that provided by Layout View, and provides many customization options during design and runtime.

DevExpress v20.2 new version highlights

Performance enhancement

  • Content rendering speed increased twice
  • The layout calculation speed in Banded Table Views can be increased up to three times
  • The OnGetFilterValues ​​event handler fills the filter drop-down list with items almost immediately
  • Sorting speed of lookup column values ​​increased by 30%

Go to DevExpress Chinese website to get first-hand latest product information!

Guess you like

Origin blog.csdn.net/AABBbaby/article/details/112344853