# C1.Win.C1Input.Enums.BreakType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_Enums_BreakType" data-uid="C1.Win.C1Input.Enums.BreakType" class="text-break">BreakType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether the layout should break the flow after the component.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.Enums.html">C1.Win.C1Input.Enums</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_Enums_BreakType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BreakType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BreakType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Input_Enums_BreakType_Column">Column</td>
        <td><p>Creates a new column after this component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_BreakType_Group">Group</td>
        <td><p>Creates a new row starting below the current component, at the left edge of the current group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_BreakType_None">None</td>
        <td><p>The layout should not break the flow after the component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_Enums_BreakType_Row">Row</td>
        <td><p>Causes next component to be placed in a new row within the flow.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
