XtraVerticalGrid - .NET Component - v2008 vol 2

par Developer Express - Type de produit : Composant / .NET WinForms / 100% Managed Code

Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
Capture d'écran - XtraVerticalGrid - .NET Component - v2008 vol 2Build stunning data entry forms with complete control over the information displayed on-screen. The 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.

A partir de
$239.99
Calculer le prix en

Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.

XtraVerticalGrid v2008 vol 2 (V8.2.6)

Ajouter au Caddie $ 239.99 1 Developer License - Includes one year subscription
Réf. Editeur : 127
Téléchargement (168.5 Mo)
Ajouter au Caddie $ 287.99 1 Developer License - with Source Code - Includes one year subscription
Réf. Editeur : 126
Téléchargement (168.5 Mo)

Ce produit est disponible dans le cadre du programme de tarification GSANos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat.  Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.

Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.

What’s new in XtraVerticalGrid Suite v2008?

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.  

Recherche produit

Entrez vos critères de recherche :

Autres liens

Éditeur

Catégorie principale

Produits similaires

Catégories similaires

Galerie de copies d'écran

Award