Skip to content

Latest commit

 

History

History

Columns

DevExpress .NET MAUI Data Grid - Create Columns for Different Data Types

This example shows how to create columns in DataGridView to display and edit data of different types. The grid is bound to a collection of Employee objects. Each Employee object contains an employee's photo (image), name, position, phone, and address (strings), hire and birth dates (DateTime values), access level (enumeration value), and a Boolean value indicating whether an employee is on vacation.

Files to Review