Intersoft WebGrid Documentation
TreeLines Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : TreeLines Property






Specifies whether the tree lines is shown for Hierarchical mode.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether the tree lines is shown for Hierarchical mode.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property TreeLines As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.TreeLines = value
 
value = instance.TreeLines
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the tree lines is shown for Hierarchical mode.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public bool TreeLines {get; set;}
Delphi 
public read-write property TreeLines: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies whether the tree lines is shown for Hierarchical mode.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set TreeLines : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the tree lines is shown for Hierarchical mode.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property bool get_TreeLines();
public: __property void set_TreeLines( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether the tree lines is shown for Hierarchical mode.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property bool TreeLines {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Hide/Show the treelines

Concepts

Rich User Interface Elements

©2012 Intersoft Solutions Corp. All Rights Reserved.