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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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