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

In This Topic
    SelectedItem Property (C1DataGrid)
    In This Topic
    Gets or sets the data item corresponding to the selected row.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As Object
    public object SelectedItem {get; set;}
    See Also