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






Gets the currently selected row's key values. To be used when table has composite data keys.  

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets the currently selected row's key values. To be used when table has composite data keys.")>
Public ReadOnly Property SelectedRowKeyValues As ArrayList
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As ArrayList
 
value = instance.SelectedRowKeyValues
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the currently selected row's key values. To be used when table has composite data keys.")]
public ArrayList SelectedRowKeyValues {get;}
Delphi 
public read-only property SelectedRowKeyValues: ArrayList; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
DescriptionAttribute("Gets the currently selected row's key values. To be used when table has composite data keys.")
public function get SelectedRowKeyValues : ArrayList
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the currently selected row's key values. To be used when table has composite data keys.")]
public: __property ArrayList* get_SelectedRowKeyValues();
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the currently selected row's key values. To be used when table has composite data keys.")]
public:
property ArrayList^ SelectedRowKeyValues {
   ArrayList^ 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.