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

In This Topic
    SelectedItems Property (C1DataGrid)
    In This Topic
    Gets the collection of selected items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedItems As Object()
    public object[] SelectedItems {get;}
    See Also