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