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






Specifies the gridline's color.

Syntax

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