# C1.Framework.DropDownFormBase.AlwaysPostChanges

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_DropDownFormBase_AlwaysPostChanges_" data-uid="C1.Framework.DropDownFormBase.AlwaysPostChanges*">AlwaysPostChanges Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_DropDownFormBase_AlwaysPostChanges_" data-uid="C1.Framework.DropDownFormBase.AlwaysPostChanges*"></a>
<h4 id="C1_Framework_DropDownFormBase_AlwaysPostChanges" data-uid="C1.Framework.DropDownFormBase.AlwaysPostChanges">AlwaysPostChanges</h4>
<div class="markdown level1 summary"><p>If this flag is set, the changes to the control Value can only be cancelled explicitly,
with Esc key or using the CloseForm method, and implicit cancellation
(when the form is closed because it loses focus) is disabled.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected bool AlwaysPostChanges { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Property AlwaysPostChanges As Boolean</code></pre>
</div>
</div>
