Screenshot Preview

XtraVerticalGrid

by DevExpress (Developer Express) - 상품타입: Component / .NET WinForms / 100% Managed Code

주의 : 별도의 안내가 없는 경우에는 영어제품 입니다.

*

Build stunning data entry forms with complete control over the information displayed on-screen. XtraVerticalGrid can be thought of as an inverted grid control - allowing you to display individual rows from a dataset or to display multiple dataset rows within the container. Regardless of how you choose to use the XtraVerticalGrid, it has been engineered to give you and your end-users the ability to organize information and render it on screen in the most efficient way possible. XtraVerticalGrid Suite Source Code available.

₩120,500

일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

통화 선택 표시하고 있습니다. 전체 가격 | 리뉴얼 가격

XtraVerticalGrid   *

주문 ₩ 120,500 Subscription Renewal for one year (for Subscriptions soon to expire or just expired)  * 확인 다운로드 (139.8 MB)
주문 ₩ 144,600 Subscription Renewal for one year (for Subscriptions soon to expire or just expired) - with Source code  * 확인 다운로드 (139.8 MB)

가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다.  모든 주문에 대해서 당사표준 계약조건 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로로 연락 주시기 바랍니다. (대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)

일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

 *

What's new in XtraVerticalGrid Suite v2011 vol 1?

  • Visual Studio 2010 Skin – This version introduces a Visual Studio style Application Wide Skin.
  • WinForms Project Wizard for Visual Basic -With this release, DevExpress have introduced a new Wizard to help you get started building Visual Basic based applications when using DevExpress WinForms controls.

What's new in XtraVerticalGrid Suite v2010 vol 2?

  • Fixed Rows - Fixed rows give you the ability to fix data rows in much the same way as you fix columns within the XtraGrid. These "fixed" rows are not scrolled vertically.
  • Unbound Expressions - You can create an unbound row and populate it with data via an event. Unbound rows can now be populated with data by specifying a string expression (formula). The Expression Editor can be used to build expressions.

What's new in XtraVerticalGrid Suite v2010 vol 1?

  • Full Support for Visual Studio 2010 and .NET Framework Client Profile

What’s new in XtraVerticalGrid Suite?

Property Description Control - A new PropertyDescriptionControl complements the PropertyGridControl to allow you to display the selected property's description in an elegant manner without having to write any code.

Unbound Rows - Like unbound columns in the XtraGrid, the VerticalGridControl now supports unbound rows (fields). Thus, together with rows bound to data fields, you can display any number of rows that obtain their values via specially designed events. When edited by end-users, these rows invoke events that enable you to save cell value changes.

What's New in XtraVerticalGrid Suite v2007?

  • Three new skins are available: Office 2007 Blue, Office 2007 Black, Office 2007 Silver.

 *

Data-bound Vertical Grid - The XtraVerticalGrid Suite includes the VGridControl component that fully supports data binding via ADO.NET.

  • Databases - Simply configure an appropriate ADO.NET provider and you are done.
  • Collection Objects Created at Runtime - You can use any object that support IList or ITypedList as the vertical grid's data source.
  • XML Files - This is possible since you can easily load an XML file's content into a DataSet.

Unbound Vertical Grid - The XtraVerticalGrid provides an extremely easy way to build option editors. Instead of placing numerous editor controls with corresponding labels and re-aligning them each time something has to be changed, you can use a single VGridControl component. It automatically aligns label-editor pairs one under another. This is a much more elegant solution, which is heavily used in Visual Studio's option editors, for instance. If your objective is to build this type of user interface, you may not have a data source object, and if you use the XtraVerticalGrid, you don't have to worry about it. Simply add rows with appropriate editors to your VGridControl component. Data will be stored in the vertical grid's internal storage.

A Replacement for the PropertyGrid Control - The XtraVerticalGrid Suite ships with a PropertyGridControl. You simply bind it to an arbitrary object and it behaves like the standard PropertyGrid at the same time giving you the advanced features of the VGridControl component.

Record Layout Options - You can choose one of the following record layout types:

  • Multiple Records View - When this layout type is used, the vertical grid can display several data records within its view. In this instance, the vertical grid behaves like a rotated (90 degree) grid control.
  • Single Record View - When this layout type is used, the vertical grid displays a single record at a time. The record is automatically resized to fit the view horizontally. It's best to use this view type when you build a property grid or when you work in unbound mode. If you use this layout type with multiple records, you can navigate between records using the horizontal scroll bar or by using our data navigator control.
  • Bands View - When this layout type is used, the vertical grid also displays a single record's content within its view. If rows don't fit into the view vertically, the record's content is split across multiple columns or bands.
  • Multiple Row Types - To present record data in the most compact and usable format, the XtraVerticalGrid offers you three types of rows:
  • Caption Rows - This row type doesn't display data. It is used to group rows into logical categories. End-users can collapse such groups to temporarily hide unnecessary data.
  • Editor Rows - This row type displays one data cell per record.
  • Multi-Editor Rows - This row type allows you to display multiple data cells per record.
  • Row Hierarchy - The control allows you to build any row hierarchy because any row type can be a parent row.
  • End-user Row Customization - If rows are arranged into a hierarchy, end-users can collapse/expand parent rows to temporarily hide child rows and then make them visible again. This is the easiest way to remove unwanted rows. Alternatively you can give end-users full control over row visibility by invoking the Row Customization form. Once visible, end-users can drag rows to hide them and drag them back from the Customization window into the grid to make them visible again.

Feature Checklist

  • Fast Data Loading with Full ADO.NET Support - The XtraVerticalGrid takes full advantage of all the capabilities built into ADO.NET. Using this new data access architecture and the separation of internal data modules from data presentation, the XtraVerticalGrid does not use any extra buffers in any of its data loading modes. 
  • Advanced Design-Time Support - The XtraVerticalGrid ships with an easy-to-use design time editor that allows you to control virtually every aspect of the XtraVerticalGrid without having to write a single line of code.
  • Runtime Row Customization and Data Organization - With the XtraVerticalGrid, your end-user can control the appearance of the control as their business needs dictate by adding and removing rows using simple drag and drop. They can even create new data categories on the fly and organize information with ease. 
  • Automatic Runtime Resizing - Your end-users can manage and control row height and column width at runtime to efficiently display information regardless of screen resolution. 
  • Over 20 Data Editors from the XtraEditors Library, which can be used standalone or within the control. 
  • Editor Repository - You can setup a single in-place editor, for instance a pick image edit as an editor for a payment type field, and use it for as many vertical grids as you wish. When you use the repository and you have to add a different credit card payment type, you need only change one in-place editor. 
  • Appearances - You can customize the appearance of almost any visual element of the control. The XtraVerticalGrid ships with an easy to use Appearance editor. Moreover you can apply one of 44 predefined style schemes. 
  • Advanced Alpha Blending Support - Make the XtraVerticalGrid look any way you wish with alphablending technology. 
  • Save And Load View Layouts - The XtraVerticalGrid allows you to save and load view layouts at both runtime and design time. 
  • Full Custom Draw Support - Need to custom draw VerticalGrid objects such as captions, cells, etc? It's no problem with the XtraVerticalGrid.
  • Built-in Printing Support - The XtraTreeList supports the XtraPrinting Library (must be purchased separately) so you can easily output the contents of your TreeList to the printed page, without writing any code.  
  • Data Export - you can use data export features provided by the XtraPrinting Library (a separate product). The currently supported output file formats are: HTML, XML (with accompanying XSL), TXT, XLS and PDF.  

주의

제품 리뷰의 한국어 번역이 완료되지 않는 제품은 Google통역 서비스와 연동되어 표시되어 있습니다.통역 기계에 의한 자동 번역인 관계로 한국어 표기가 조금 부자연 스러운 점 양해 바랍니다.
에서 제공
FireFox와 Opera에서는 Flash가 필요합니다.

상품검색

검색어를 입력해주세요:

ComponentSource에서 구입하는 이유?

ComponentSource는 세계 1,000,000명 이상의 개발자에게 각종 글로벌 서비스를 제공합니다.

상세 | About Us

화면 바로가기 갤러리

클릭해서 이미지를 확대

 XtraVerticalGrid - .NET Component - v2011 vol 1의 스크린샷  XtraVerticalGrid - .NET Component - v2011 vol 1의 스크린샷  XtraVerticalGrid - .NET Component - v2011 vol 1의 스크린샷  XtraVerticalGrid - .NET Component - v2011 vol 1의 스크린샷  XtraVerticalGrid - .NET Component - v2011 vol 1의 스크린샷
Award Award