public IRowViewModel CurrentRowModel { get; set; }
Public Property CurrentRowModel As IRowViewModel
Get
Set
public:
property IRowViewModel^ CurrentRowModel {
IRowViewModel^ get ();
void set (IRowViewModel^ value);
}
member CurrentRowModel : IRowViewModel with get, set