Intersoft ClientUI Documentation
CheckedItems Property (UXGridView)



Gets or sets the checked items.
Syntax
<CategoryAttribute("Common Properties")>
Public Property CheckedItems As IEnumerable
Dim instance As UXGridView
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
UXGridViewSelectColumn type provides an easy way to enable selector column which allows you to check or uncheck a row in UXGridView. The checked items are accessible in the CheckedItems property. This column type also automatically adds a checkbox in the column header, allowing users to easily toggle the checked state of all the rows in the view.
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

UXGridView Class
UXGridView Members

Send Feedback