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