Intersoft ClientUI Documentation
CheckedItems Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXTreeView Class : CheckedItems Property






Gets a value that indicates the items been checked.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property CheckedItems As IEnumerable
Visual Basic (Usage)Copy Code
Dim instance As UXTreeView
Dim value As IEnumerable
 
instance.CheckedItems = value
 
value = instance.CheckedItems
C# 
[CategoryAttribute("Common Properties")]
public IEnumerable CheckedItems {get; set;}
Delphi 
public read-write property CheckedItems: IEnumerable; 
JScript 
CategoryAttribute("Common Properties")
public function get,set CheckedItems : IEnumerable
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property IEnumerable* get_CheckedItems();
public: __property void set_CheckedItems( 
   IEnumerable* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property IEnumerable^ CheckedItems {
   IEnumerable^ get();
   void set (    IEnumerable^ value);
}

Remarks

UXTreeView includes powerful checkbox capability which allows you to easily capture checked items from the user input. You can enable this feature by simply setting the CheckBoxVisibility property to Visible, then access the CheckedItems property to obtain the checked items. Note that the CheckedItems only includes leaf items.

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.