Intersoft WebGrid Documentation
Row Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > RowEventArgs Class : Row Property






Gets the WebGridRow object used by the event.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Row As WebGridRow
Visual Basic (Usage)Copy Code
Dim instance As RowEventArgs
Dim value As WebGridRow
 
value = instance.Row
C# 
public WebGridRow Row {get;}
Delphi 
public read-only property Row: WebGridRow; 
JScript 
public function get Row : WebGridRow
Managed Extensions for C++ 
public: __property WebGridRow* get_Row();
C++/CLI 
public:
property WebGridRow^ Row {
   WebGridRow^ get();
}

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.