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.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool IsNewRow { get; }

Property Value

Boolean

Remarks

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.

See Also