RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridRow..::..IsNew Property

Gets or sets a value indicating whether this instance is new.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public bool IsNew { get; set; }
Public Property IsNew As Boolean
	Get
	Set
public:
property bool^ IsNew {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is new; otherwise, false.