ComponentOne DataGrid for WPF and Silverlight
SelectionMode Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : SelectionMode Property
Gets or sets the selection mode of the grid. See DataGridSelectionMode enumeration to get a description of each mode.
Syntax
'Declaration
 
Public Property SelectionMode As DataGridSelectionMode
public DataGridSelectionMode SelectionMode {get; set;}
See Also

Reference

C1DataGrid Class
C1DataGrid Members