Intersoft.Client.UI.Data Namespace > UXGridView Class : SelectedItems Property |
<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); }
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.
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