Click or drag to resize

RGClientParamIsNewEntity Property

Gets a value indicating whether DataRec is new.

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

Property Value

Type: Boolean
true if DataRec is newly added; otherwise, false.
See Also