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






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

Syntax

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