RGClientParamIsNewEntity Property

Gets a value indicating whether DataRec is new.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
public bool IsNewEntity { get; }

Property Value

Boolean
true if DataRec is newly added; otherwise, false.

See Also