'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <SRCategoryAttribute("CatAppearance")> <SRDescriptionAttribute("DataGridView_ShowRowErrorsDescr")> Public Property ShowRowErrors As System.Boolean
'Usage
Dim instance As NDataGridView Dim value As System.Boolean instance.ShowRowErrors = value value = instance.ShowRowErrors
[System.ComponentModel.DefaultValue(true)] [SRCategory("CatAppearance")] [SRDescription("DataGridView_ShowRowErrorsDescr")] public System.bool ShowRowErrors {get; set;}