Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / ShowTreeLines Property


In This Topic
    ShowTreeLines Property (GridControl)
    In This Topic
    Gets or sets a boolean value indicating if the tree lines that link detail grids to their GroupBase.ParentGrid should be visible.
    Syntax
    '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 GridControl
    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;}

    Property Value

    true if the tree lines that link detail grids to their GroupBase.ParentGrid should be visible; false otherwise. By default, true.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also