# C1.WPF.FlexGrid.ClipboardCopyMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_ClipboardCopyMode" data-uid="C1.WPF.FlexGrid.ClipboardCopyMode" class="text-break">ClipboardCopyMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines constants that specify whether users can copy data from a <a class="xref" href="C1.WPF.FlexGrid.C1FlexGrid.html">C1FlexGrid</a>
control to the clipboard and whether column header values are included.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_ClipboardCopyMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ClipboardCopyMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ClipboardCopyMode</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_WPF_FlexGrid_ClipboardCopyMode_ExcludeHeader">ExcludeHeader</td>
        <td><p>Users can copy the text values of selected cells to the Clipboard; row and column header
values are not included.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ClipboardCopyMode_IncludeAllHeaders">IncludeAllHeaders</td>
        <td><p>Users can copy the text values of selected cells to the Clipboard; row and column header
values are included.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ClipboardCopyMode_IncludeColumnHeaders">IncludeColumnHeaders</td>
        <td><p>Users can copy the text values of selected cells to the Clipboard; column header
values are included.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ClipboardCopyMode_IncludeRowHeaders">IncludeRowHeaders</td>
        <td><p>Users can copy the text values of selected cells to the Clipboard; row header
values are included.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ClipboardCopyMode_None">None</td>
        <td><p>Clipboard support is disabled.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
