'Declaration <TypeConverterAttribute(System.Windows.NullableBoolConverter)> Public Property IsChecked As Nullable(Of Boolean)
'Usage Dim instance As DataGridCheckBox Dim value As Nullable(Of Boolean) instance.IsChecked = value value = instance.IsChecked
[TypeConverter(System.Windows.NullableBoolConverter)] public Nullable<bool> IsChecked {get; set;}