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






Syntax

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