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