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