Intersoft WebGrid Documentation
ParentRowChanges Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRowChanges Class : ParentRowChanges Property






Syntax

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