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






Specifies the gridline's style.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.MarkAsStyleAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the gridline's style.")>
Public Property GridLineStyle As BorderStyle
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As BorderStyle
 
instance.GridLineStyle = value
 
value = instance.GridLineStyle
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.MarkAsStyleAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the gridline's style.")]
public BorderStyle GridLineStyle {get; set;}
Delphi 
public read-write property GridLineStyle: BorderStyle; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.MarkAsStyleAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies the gridline's style.")
public function get,set GridLineStyle : BorderStyle
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.MarkAsStyleAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the gridline's style.")]
public: __property BorderStyle get_GridLineStyle();
public: __property void set_GridLineStyle( 
   BorderStyle value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.MarkAsStyleAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the gridline's style.")]
public:
property BorderStyle GridLineStyle {
   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.