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