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






Gets the WebGridRow object used by the event. Gets the WebGridRow object used by the event.

Syntax

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