Intersoft ClientUI Documentation
ItemsHost Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ItemsControlHelper Class : ItemsHost Property






Gets a Panel that is used as the ItemsHost of the ItemsControl. This property will only be valid when the ItemsControl is live in the tree and has generated containers for some of its items.

Syntax

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