Intersoft WebGrid Documentation
Type Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : Type Property






Gets the type of the row.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets the type of the row.")>
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Property Type As RowType
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As RowType
 
instance.Type = value
 
value = instance.Type
C# 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets the type of the row.")]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
public RowType Type {get; set;}
Delphi 
public read-write property Type: RowType; 
JScript 
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets the type of the row.")
BrowsableAttribute()
DefaultValueAttribute()
public function get,set Type : RowType
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets the type of the row.")]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
public: __property RowType get_Type();
public: __property void set_Type( 
   RowType value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets the type of the row.")]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
public:
property RowType Type {
   RowType get();
   void set (    RowType 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.