public IList<TableRowViewModel> SelectedRows { get; }
Public ReadOnly Property SelectedRows As IList(Of TableRowViewModel)
Get
public:
property IList<TableRowViewModel^>^ SelectedRows {
IList<TableRowViewModel^>^ get ();
}
member SelectedRows : IList<TableRowViewModel> with get