ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectionManager Class / Selection Property

In This Topic
    Selection Property (DataGridSelectionManager)
    In This Topic
    Gets the selection object which allows you to query and modify the selection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Selection As DataGridSelection
    public DataGridSelection Selection {get;}
    See Also