Intersoft WebGrid Documentation
ParentKeyValues Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChildTableDataSourceEventArgs Class : ParentKeyValues Property






Gets the constraints of key values' WebGridRow object which initiated the event. 

Syntax

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