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






Specifies the type of GridLines style that will be rendered to separate each columnset's row and cell.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property GridLines As GridLines
Visual Basic (Usage)Copy Code
Dim instance As ColumnSetSettings
Dim value As GridLines
 
instance.GridLines = value
 
value = instance.GridLines
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public GridLines GridLines {get; set;}
Delphi 
public read-write property GridLines: GridLines; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set GridLines : GridLines
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property GridLines get_GridLines();
public: __property void set_GridLines( 
   GridLines value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property GridLines GridLines {
   GridLines get();
   void set (    GridLines value);
}

Remarks

Specifies the type grid line, such as  vertical and horizontal.

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.