DevExpress-Examples / winforms-grid-bind-to-business-objects

Bind the Grid control to a collection of business objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinForms Data Grid - Bind to a collection of business objects

This example shows how to bind the GridControl to a collection of Record objects. The example also demonstrates the following:

  • How to assign an in-place/cell editor (Combobox) to a grid column.
  • How to apply DataAnnotation attributes to properties of the Record class to specify the display name and data format of grid columns.
  • How to specify cell values at the data source and grid level.
  • How to highlight cell values based on a specific condition.

Files to Review

Documentation

See Also

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Bind the Grid control to a collection of business objects.

License:Other


Languages

Language:Visual Basic .NET 51.9%Language:C# 48.1%