# C1.WPF.Grid.GridClipboardCopyMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridClipboardCopyMode" data-uid="C1.WPF.Grid.GridClipboardCopyMode" class="text-break">GridClipboardCopyMode 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.Grid.FlexGrid.html">FlexGrid</a>
control to the clipboard and whether column and row header values are included.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridClipboardCopyMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum GridClipboardCopyMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum GridClipboardCopyMode</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_Grid_GridClipboardCopyMode_DataAndAllHeaders">DataAndAllHeaders</td>
        <td><p>Copy the selected data and include row and column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridClipboardCopyMode_DataAndColumnHeaders">DataAndColumnHeaders</td>
        <td><p>Copy the selected data and include the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridClipboardCopyMode_DataAndRowHeaders">DataAndRowHeaders</td>
        <td><p>Copy the selected data and include the row headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridClipboardCopyMode_DataOnly">DataOnly</td>
        <td><p>Only the selected data is copied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridClipboardCopyMode_Default">Default</td>
        <td><p>The default mode will copy the data to the clipboard allowing final users to decide whether it needs the headers or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridClipboardCopyMode_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_Grid_GridClipboardCopyMode_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_Grid_GridClipboardCopyMode_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_Grid_GridClipboardCopyMode_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_Grid_GridClipboardCopyMode_None">None</td>
        <td><p>Clipboard support is disabled.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
