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