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