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