'Declaration <DescriptionAttribute("The background color of the cells in the GroupByRow.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Property CellBackColor As Color
'Usage Dim instance As GroupByRow Dim value As Color instance.CellBackColor = value value = instance.CellBackColor
[Description("The background color of the cells in the GroupByRow.")] [Category("Appearance")] [ApplyToDesigner(true)] public Color CellBackColor {get; set;}