'Declaration <DescriptionAttribute("Indicates if the tree lines that link detail grids to their parent grid should be visible.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Property ShowTreeLines As Boolean
'Usage Dim instance As DetailGrid Dim value As Boolean instance.ShowTreeLines = value value = instance.ShowTreeLines
[Description("Indicates if the tree lines that link detail grids to their parent grid should be visible.")] [Category("Appearance")] [ApplyToDesigner(true)] public bool ShowTreeLines {get; set;}