Infragistics(R) NetAdvantage(R) Windows Forms
IsUnmodifiedTemplateAddRow Property
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > UltraGridRow Class : IsUnmodifiedTemplateAddRow Property

Indicates whether this row is an add-row that was added via template-add row and hasn't been modified by the user yet. If this property returns true then it won't show any child template add-row.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsUnmodifiedTemplateAddRow As Boolean
C# 
public bool IsUnmodifiedTemplateAddRow {get;}

See Also