| 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(); } | |
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