Intersoft.Client.UI.Data Namespace > UXGridView Class : SelectionMode Property |
<CategoryAttribute("Common Properties")> Public Property SelectionMode As SelectionMode
Dim instance As UXGridView Dim value As SelectionMode instance.SelectionMode = value value = instance.SelectionMode
[CategoryAttribute("Common Properties")] public SelectionMode SelectionMode {get; set;}
[CategoryAttribute("Common Properties")] public: property SelectionMode SelectionMode { SelectionMode get(); void set ( SelectionMode 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