# C1.Win.FlexGrid.Row.IsNew

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_Row_IsNew_" data-uid="C1.Win.FlexGrid.Row.IsNew*">IsNew Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_Row_IsNew_" data-uid="C1.Win.FlexGrid.Row.IsNew*"></a>
<h4 id="C1_Win_FlexGrid_Row_IsNew" data-uid="C1.Win.FlexGrid.Row.IsNew">IsNew</h4>
<div class="markdown level1 summary"><p>Indicates the row is a placeholder for adding new rows to the grid.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public bool IsNew { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property IsNew As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_Row_IsNew_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property returns true for the last row on the grid when the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.AllowAddNew.html#C1_Win_FlexGrid_C1FlexGridBase_AllowAddNew">AllowAddNew</a>
property is set to true. This is the row that has an asterisk glyph on the first fixed column.</p>
</div>
</div>
