Template ControlIs New Row Property
This read-only property can be used to determine whether or not the template is bound to the new row
item in the data list.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool IsNewRow { get; }VB
Public ReadOnly Property IsNewRow As Boolean
GetC++
public:
property bool IsNewRow {
bool get ();
}F#
member IsNewRow : bool with getProperty Value
BooleanRemarks
The new row template is bound to a temporary row in the data source. If no changes are
made, the temporary row is removed when the template loses the focus. The template ceases to be
the new row when a change is made to any of its bound fields.