Intersoft WebGrid Documentation
Visible Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : Visible Property






Gets or sets whether the column will be rendered.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets whether the column will be rendered.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Visible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether the column will be rendered.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool Visible {get; set;}
Delphi 
public read-write property Visible: Boolean; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets whether the column will be rendered.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set Visible : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether the column will be rendered.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_Visible();
public: __property void set_Visible( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets whether the column will be rendered.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool Visible {
   bool get();
   void set (    bool 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.