Intersoft WebGrid Documentation
GridLines Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : GridLines Property






Specifies the appearance of Table's GridLines that will separate between rows and cells.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the appearance of Table's GridLines that will separate between rows and cells.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property GridLines As GridLines
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim value As GridLines
 
instance.GridLines = value
 
value = instance.GridLines
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the appearance of Table's GridLines that will separate between rows and cells.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public GridLines GridLines {get; set;}
Delphi 
public read-write property GridLines: GridLines; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies the appearance of Table's GridLines that will separate between rows and cells.")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set GridLines : GridLines
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the appearance of Table's GridLines that will separate between rows and cells.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property GridLines get_GridLines();
public: __property void set_GridLines( 
   GridLines value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the appearance of Table's GridLines that will separate between rows and cells.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property GridLines GridLines {
   GridLines get();
   void set (    GridLines 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.