Intersoft ClientUI Documentation
CheckedItems Property (UXTreeView)



Gets a value that indicates the items been checked.
Syntax
<CategoryAttribute("Common Properties")>
Public Property CheckedItems As IEnumerable
Dim instance As UXTreeView
Dim value As IEnumerable
 
instance.CheckedItems = value
 
value = instance.CheckedItems
[CategoryAttribute("Common Properties")]
public IEnumerable CheckedItems {get; set;}
[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 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

UXTreeView Class
UXTreeView Members

Send Feedback