Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 759 Bytes

Readme.md

File metadata and controls

13 lines (9 loc) · 759 Bytes

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