SpreadsheetGear 2017
DataContext Property (WorkbookView)






SpreadsheetGear.Windows.Controls Namespace > WorkbookView Class : DataContext Property
Syntax
'Declaration
 
Public Property DataContext As System.Object
'Usage
 
Dim instance As WorkbookView
Dim value As System.Object
 
instance.DataContext = value
 
value = instance.DataContext
public System.object DataContext {get; set;}
public read-write property DataContext: System.TObject; 
public function get,set DataContext : System.Object
public: __property System.Object* get_DataContext();
public: __property void set_DataContext( 
   System.Object* value
);
public:
property System.Object^ DataContext {
   System.Object^ get();
   void set (    System.Object^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members