Intersoft ClientUI Documentation
CheckedItems Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : CheckedItems Property






Gets or sets the checked items.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property CheckedItems As IEnumerable
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
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

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. Use the UXGridViewSelectColumn to check or uncheck the row.

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.