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


In This Topic
    TreeLineColor Property
    In This Topic
    Gets or sets the color of the treelines.
    Syntax
    '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;}

    Property Value

    A System.Drawing.Color structure representing the color of the treelines.
    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