TemplateControlIsNewRow 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.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool IsNewRow { get; }
Public ReadOnly Property IsNewRow As Boolean
Get
public:
property bool IsNewRow {
bool get ();
}
member IsNewRow : bool with get
Property Value
Boolean 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.