Intersoft ClientUI Documentation
DataContext Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IWindow Interface : DataContext Property






Specifies the data context associated to this window.

Syntax

Visual Basic (Declaration) 
Property DataContext As Object
Visual Basic (Usage)Copy Code
Dim instance As IWindow
Dim value As Object
 
instance.DataContext = value
 
value = instance.DataContext
C# 
object DataContext {get; set;}
Delphi 
read-write property DataContext: TObject; 
JScript 
function get,set DataContext : Object
Managed Extensions for C++ 
__property Object* get_DataContext();
__property void set_DataContext( 
   Object* value
);
C++/CLI 
property Object^ DataContext {
   Object^ get();
   void set (    Object^ value);
}

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 All Rights Reserved.