ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / SelectionMode Property

In This Topic
    SelectionMode Property
    In This Topic
    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