Intersoft WebGrid Documentation
Column Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridGroup Class : Column Property






Gets the WebGridColumn object of which the WebGridGroup object belongs to.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets the WebGridColumn object of which the WebGridGroup object belongs to.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<NotifyParentPropertyAttribute(True)>
Public Property Column As WebGridColumn
Visual Basic (Usage)Copy Code
Dim instance As WebGridGroup
Dim value As WebGridColumn
 
instance.Column = value
 
value = instance.Column
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets the WebGridColumn object of which the WebGridGroup object belongs to.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public WebGridColumn Column {get; set;}
Delphi 
public read-write property Column: WebGridColumn; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets the WebGridColumn object of which the WebGridGroup object belongs to.")
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
NotifyParentPropertyAttribute()
public function get,set Column : WebGridColumn
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets the WebGridColumn object of which the WebGridGroup object belongs to.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public: __property WebGridColumn* get_Column();
public: __property void set_Column( 
   WebGridColumn* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets the WebGridColumn object of which the WebGridGroup object belongs to.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public:
property WebGridColumn^ Column {
   WebGridColumn^ get();
   void set (    WebGridColumn^ 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.