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






Specifies whether the column is bound to the DataColumn of DataSource.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies whether the column is bound to the DataColumn of DataSource.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Bound As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Boolean
 
instance.Bound = value
 
value = instance.Bound
C# 
[DescriptionAttribute("Specifies whether the column is bound to the DataColumn of DataSource.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool Bound {get; set;}
Delphi 
public read-write property Bound: Boolean; 
JScript 
DescriptionAttribute("Specifies whether the column is bound to the DataColumn of DataSource.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set Bound : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Specifies whether the column is bound to the DataColumn of DataSource.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_Bound();
public: __property void set_Bound( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Specifies whether the column is bound to the DataColumn of DataSource.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool Bound {
   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.