# C1.WPF.Grid.GridColumnWidthEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridColumnWidthEditor" data-uid="C1.WPF.Grid.GridColumnWidthEditor" class="text-break">GridColumnWidthEditor Class
</h1>
  <div class="markdown level0 summary"><p>Contains properties that will be applied to cell view elements.</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">GridColumnWidthEditor</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.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridColumnWidthEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;NumericBox&quot;, Type = typeof(C1NumericBox))]
[TemplatePart(Name = &quot;Slider&quot;, Type = typeof(Slider))]
public class GridColumnWidthEditor : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;NumericBox&quot;, Type:=GetType(C1NumericBox))&gt;
&lt;TemplatePart(Name:=&quot;Slider&quot;, Type:=GetType(Slider))&gt;
Public Class GridColumnWidthEditor
    Inherits C1View</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_GridColumnWidthEditor__ctor" data-uid="C1.WPF.Grid.GridColumnWidthEditor.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.-ctor.html#C1_WPF_Grid_GridColumnWidthEditor__ctor">GridColumnWidthEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.html">GridColumnWidthEditor</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_GridColumnWidthEditor_ColumnMaxWidthProperty" data-uid="C1.WPF.Grid.GridColumnWidthEditor.ColumnMaxWidthProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnMaxWidthProperty.html">ColumnMaxWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnMaxWidth.html#C1_WPF_Grid_GridColumnWidthEditor_ColumnMaxWidth">ColumnMaxWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnWidthEditor_ColumnMinWidthProperty" data-uid="C1.WPF.Grid.GridColumnWidthEditor.ColumnMinWidthProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnMinWidthProperty.html">ColumnMinWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnMinWidth.html#C1_WPF_Grid_GridColumnWidthEditor_ColumnMinWidth">ColumnMinWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnWidthEditor_ColumnWidthLengthProperty" data-uid="C1.WPF.Grid.GridColumnWidthEditor.ColumnWidthLengthProperty">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnWidthLengthProperty.html">ColumnWidthLengthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnWidthLength.html#C1_WPF_Grid_GridColumnWidthEditor_ColumnWidthLength">ColumnWidthLength</a> dependency property.</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_GridColumnWidthEditor_ColumnMaxWidth" data-uid="C1.WPF.Grid.GridColumnWidthEditor.ColumnMaxWidth">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnMaxWidth.html#C1_WPF_Grid_GridColumnWidthEditor_ColumnMaxWidth">ColumnMaxWidth</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnWidthEditor_ColumnMinWidth" data-uid="C1.WPF.Grid.GridColumnWidthEditor.ColumnMinWidth">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnMinWidth.html#C1_WPF_Grid_GridColumnWidthEditor_ColumnMinWidth">ColumnMinWidth</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnWidthEditor_ColumnWidthLength" data-uid="C1.WPF.Grid.GridColumnWidthEditor.ColumnWidthLength">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnWidthLength.html#C1_WPF_Grid_GridColumnWidthEditor_ColumnWidthLength">ColumnWidthLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length 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_GridColumnWidthEditor_Dispose_System_Boolean_" data-uid="C1.WPF.Grid.GridColumnWidthEditor.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.Dispose.html#C1_WPF_Grid_GridColumnWidthEditor_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnWidthEditor_OnApplyTemplate" data-uid="C1.WPF.Grid.GridColumnWidthEditor.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.OnApplyTemplate.html#C1_WPF_Grid_GridColumnWidthEditor_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_GridColumnWidthEditor_ColumnWidthLengthChanged" data-uid="C1.WPF.Grid.GridColumnWidthEditor.ColumnWidthLengthChanged">
          <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnWidthLengthChanged.html">ColumnWidthLengthChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.Grid.GridColumnWidthEditor.ColumnWidthLength.html#C1_WPF_Grid_GridColumnWidthEditor_ColumnWidthLength">ColumnWidthLength</a> property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
