Intersoft WebGrid Documentation
ConnectorLineStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > GroupByBoxObject Class : ConnectorLineStyle Property






Specifies the line style of the connector which is used to display link between hierarchical's group columns.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the line style of the connector which is used to display link between hierarchical's group columns.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ConnectorLineStyle As BorderStyle
Visual Basic (Usage)Copy Code
Dim instance As GroupByBoxObject
Dim value As BorderStyle
 
instance.ConnectorLineStyle = value
 
value = instance.ConnectorLineStyle
C# 
[DescriptionAttribute("Specifies the line style of the connector which is used to display link between hierarchical's group columns.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public BorderStyle ConnectorLineStyle {get; set;}
Delphi 
public read-write property ConnectorLineStyle: BorderStyle; 
JScript 
DescriptionAttribute("Specifies the line style of the connector which is used to display link between hierarchical's group columns.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set ConnectorLineStyle : BorderStyle
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the line style of the connector which is used to display link between hierarchical's group columns.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property BorderStyle get_ConnectorLineStyle();
public: __property void set_ConnectorLineStyle( 
   BorderStyle value
);
C++/CLI 
[DescriptionAttribute("Specifies the line style of the connector which is used to display link between hierarchical's group columns.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property BorderStyle ConnectorLineStyle {
   BorderStyle get();
   void set (    BorderStyle 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

©2012 Intersoft Solutions Corp. All Rights Reserved.