Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : SelectionMode Property |
'Declaration Public Property SelectionMode As SelectionMode
'Usage Dim instance As DataGridControl Dim value As SelectionMode instance.SelectionMode = value value = instance.SelectionMode
public SelectionMode SelectionMode {get; set;}
A SelectionMode value indicating how the items in a grid are selected at run time.
If set to Single, only one item can be selected at a time. If set to Multiple, multiple items can be selected without pressing a modifier key. If set to Extended (default), multiple items can be selected but only if a modifier key is pressed.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family