# C1.Win.FlexGrid.IColumnPickerShownArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_IColumnPickerShownArgs" data-uid="C1.Win.FlexGrid.IColumnPickerShownArgs" class="text-break">IColumnPickerShownArgs Interface
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.ColumnPickerShowing.html">ColumnPickerShowing</a> and
<a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.ColumnPickerShown.html">ColumnPickerShown</a> events.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_IColumnPickerShownArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IColumnPickerShownArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IColumnPickerShownArgs</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexGrid_IColumnPickerShownArgs_ColumnItems" data-uid="C1.Win.FlexGrid.IColumnPickerShownArgs.ColumnItems">
          <a class="xref" href="C1.Win.FlexGrid.IColumnPickerShownArgs.ColumnItems.html#C1_Win_FlexGrid_IColumnPickerShownArgs_ColumnItems">ColumnItems</a>
        </td>
        <td class="markdown level1 summary"><p>Readonly list of column items that will be displayed in Column picker window.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
