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