Intersoft ClientUI Documentation
SelectedItems Property (UXGridView)



Gets a list that contains the data items corresponding to the selected rows.
Syntax
<CategoryAttribute("Common Properties")>
Public Property SelectedItems As IEnumerable
Dim instance As UXGridView
Dim value As IEnumerable
 
instance.SelectedItems = value
 
value = instance.SelectedItems
[CategoryAttribute("Common Properties")]
public IEnumerable SelectedItems {get; set;}
[CategoryAttribute("Common Properties")]
public:
property IEnumerable^ SelectedItems {
   IEnumerable^ get();
   void set (    IEnumerable^ value);
}
Remarks

UXGridView has three type of SelectionMode that you can choose from.

When a row is selected, the SelectedItem and SelectedItems property will be automatically synchronized. You can bind these properties to your ViewModel to capture the currently selected items.

Furthermore, you can also customize the SelectionUnit to one of the possible three values: Row, Cell or RowAndCell.

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