# C1.WPF.Grid.GridControlAdapter.ColumnInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridControlAdapter_ColumnInfo" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo" class="text-break">GridControlAdapter.ColumnInfo Class
</h1>
  <div class="markdown level0 summary"><p>Contains the dimensions of a column.</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">GridControlAdapter.ColumnInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.GridControl.dll</h6>
  <h5 id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridControlAdapter.ColumnInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridControlAdapter.ColumnInfo</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_WPF_Grid_GridControlAdapter_ColumnInfo__ctor_System_Windows_GridLength_System_Double_System_Double_System_Boolean_" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.#ctor(System.Windows.GridLength,System.Double,System.Double,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.-ctor.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo__ctor_System_Windows_GridLength_System_Double_System_Double_System_Boolean_">ColumnInfo(GridLength, double, double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.html">GridControlAdapter.ColumnInfo</a> class.</p>
</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_WPF_Grid_GridControlAdapter_ColumnInfo_DesiredWidth" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.DesiredWidth">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.DesiredWidth.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_DesiredWidth">DesiredWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the desired width of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_IsVisible" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.IsVisible">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.IsVisible.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the column is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_MaxWidth" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.MaxWidth">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.MaxWidth.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_MaxWidth">MaxWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum width of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_MinWidth" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.MinWidth">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.MinWidth.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_MinWidth">MinWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum width of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_RenderWidth" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.RenderWidth">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.RenderWidth.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_RenderWidth">RenderWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the render width of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_Width" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.Width">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.Width.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the column.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_Equals_System_Object_" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.Equals(System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.Equals.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_GetHashCode" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.GetHashCode">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.GetHashCode.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_op_Equality_C1_WPF_Grid_GridControlAdapter_ColumnInfo_C1_WPF_Grid_GridControlAdapter_ColumnInfo_" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.op_Equality(C1.WPF.Grid.GridControlAdapter.ColumnInfo,C1.WPF.Grid.GridControlAdapter.ColumnInfo)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.op_Equality.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_op_Equality_C1_WPF_Grid_GridControlAdapter_ColumnInfo_C1_WPF_Grid_GridControlAdapter_ColumnInfo_">operator ==(ColumnInfo, ColumnInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator ==.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_ColumnInfo_op_Inequality_C1_WPF_Grid_GridControlAdapter_ColumnInfo_C1_WPF_Grid_GridControlAdapter_ColumnInfo_" data-uid="C1.WPF.Grid.GridControlAdapter.ColumnInfo.op_Inequality(C1.WPF.Grid.GridControlAdapter.ColumnInfo,C1.WPF.Grid.GridControlAdapter.ColumnInfo)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.ColumnInfo.op_Inequality.html#C1_WPF_Grid_GridControlAdapter_ColumnInfo_op_Inequality_C1_WPF_Grid_GridControlAdapter_ColumnInfo_C1_WPF_Grid_GridControlAdapter_ColumnInfo_">operator !=(ColumnInfo, ColumnInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator !=.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
