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