Gets the new view row that has just been added to ViewRowCollection.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public ViewRow Row { get; private set; }
Visual Basic
Public Property Row As ViewRow
	Get
	Private Set

See Also