# C1.Win.FlexGrid.ColumnPickerInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_ColumnPickerInfo" data-uid="C1.Win.FlexGrid.ColumnPickerInfo" class="text-break">ColumnPickerInfo Class
</h1>
  <div class="markdown level0 summary"><p>Describes the Column picker info of FlexGrid.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ColumnPickerInfo</span></div>
  </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_ColumnPickerInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class ColumnPickerInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class ColumnPickerInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_ColumnPickerInfo__ctor" data-uid="C1.Win.FlexGrid.ColumnPickerInfo.#ctor">
          <a class="xref" href="C1.Win.FlexGrid.ColumnPickerInfo.-ctor.html#C1_Win_FlexGrid_ColumnPickerInfo__ctor">ColumnPickerInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_ColumnPickerInfo_SearchMode" data-uid="C1.Win.FlexGrid.ColumnPickerInfo.SearchMode">
          <a class="xref" href="C1.Win.FlexGrid.ColumnPickerInfo.SearchMode.html#C1_Win_FlexGrid_ColumnPickerInfo_SearchMode">SearchMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets type of the Column picker search.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnPickerInfo_ShowColumnMenuItem" data-uid="C1.Win.FlexGrid.ColumnPickerInfo.ShowColumnMenuItem">
          <a class="xref" href="C1.Win.FlexGrid.ColumnPickerInfo.ShowColumnMenuItem.html#C1_Win_FlexGrid_ColumnPickerInfo_ShowColumnMenuItem">ShowColumnMenuItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets showing Column picker in Columns context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ColumnPickerInfo_ShowToolButton" data-uid="C1.Win.FlexGrid.ColumnPickerInfo.ShowToolButton">
          <a class="xref" href="C1.Win.FlexGrid.ColumnPickerInfo.ShowToolButton.html#C1_Win_FlexGrid_ColumnPickerInfo_ShowToolButton">ShowToolButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets showing &quot;gear&quot; button in FlexGrid cell [0,0].</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
