'Declaration
<SRCategoryAttribute("CatAppearance")> <SRDescriptionAttribute("DataGridViewBackgroundColorDescr")> Public Property BackgroundColor As System.Drawing.Color
'Usage
Dim instance As NDataGridView Dim value As System.Drawing.Color instance.BackgroundColor = value value = instance.BackgroundColor
[SRCategory("CatAppearance")] [SRDescription("DataGridViewBackgroundColorDescr")] public System.Drawing.Color BackgroundColor {get; set;}