# GrapeCity.Win.Spread.InputMan.CellType.EditBase.Modified

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Modified_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Modified*">Modified Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Modified_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Modified*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Modified" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Modified">Modified</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that indicates that the control has been modified by the user since the control was created or its contents were last set.</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 Modified { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property Modified As Boolean</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if modified by user; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
<br>
The default is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_Modified_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You can use this property to determine if the user has modified the contents of the control. You can also set this property in code to indicate that changes were made to the control by the application. This property can be used by validation and data-saving methods to determine if changes were made in a control so the changed content can be validated or saved.</p>
</div>
</div>
