'Declaration <DescriptionAttribute("Indicates if the Row's horizontal treeline will be displayed.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Property ShowTreeLine As Boolean
'Usage Dim instance As Row Dim value As Boolean instance.ShowTreeLine = value value = instance.ShowTreeLine
[Description("Indicates if the Row's horizontal treeline will be displayed.")] [Category("Appearance")] [ApplyToDesigner(true)] public bool ShowTreeLine {get; set;}