tags:

views:

162

answers:

0

Hi, does anyone knows how to create a boolean column for WPF DevExpress Grid. A similar text column is generated like:

DevExpress.Wpf.Grid.GridColumn col = new GridColumn();

But how to create a boolean column, so that the check box would be appear on that column..?