# C1.Win.GanttView.BaseColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_BaseColumn" data-uid="C1.Win.GanttView.BaseColumn" class="text-break">BaseColumn Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the properties of a grid 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">BaseColumn</span></div>
      <div class="level2"><a class="xref" href="C1.Win.GanttView.CustomFieldColumn.html">CustomFieldColumn</a></div>
      <div class="level2"><a class="xref" href="C1.Win.GanttView.TaskPropertyColumn.html">TaskPropertyColumn</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_BaseColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseColumn : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseColumn
    Implements INotifyPropertyChanged</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_GanttView_BaseColumn__ctor" data-uid="C1.Win.GanttView.BaseColumn.#ctor">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.-ctor.html#C1_Win_GanttView_BaseColumn__ctor">BaseColumn()</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_GanttView_BaseColumn_AllowMerging" data-uid="C1.Win.GanttView.BaseColumn.AllowMerging">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.AllowMerging.html#C1_Win_GanttView_BaseColumn_AllowMerging">AllowMerging</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether adjacent cells with similar contents will be merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseColumn_Caption" data-uid="C1.Win.GanttView.BaseColumn.Caption">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.Caption.html#C1_Win_GanttView_BaseColumn_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption of the grid column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseColumn_Format" data-uid="C1.Win.GanttView.BaseColumn.Format">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.Format.html#C1_Win_GanttView_BaseColumn_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string that specifies how to format the data on this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseColumn_ID" data-uid="C1.Win.GanttView.BaseColumn.ID">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.ID.html#C1_Win_GanttView_BaseColumn_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column's autogenerated ID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseColumn_TextAlign" data-uid="C1.Win.GanttView.BaseColumn.TextAlign">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.TextAlign.html#C1_Win_GanttView_BaseColumn_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets text alignment of the column data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseColumn_View" data-uid="C1.Win.GanttView.BaseColumn.View">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.View.html#C1_Win_GanttView_BaseColumn_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseColumn_Visible" data-uid="C1.Win.GanttView.BaseColumn.Visible">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.Visible.html#C1_Win_GanttView_BaseColumn_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid column is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseColumn_Width" data-uid="C1.Win.GanttView.BaseColumn.Width">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.Width.html#C1_Win_GanttView_BaseColumn_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the grid 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_Win_GanttView_BaseColumn_GetHashCode" data-uid="C1.Win.GanttView.BaseColumn.GetHashCode">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.GetHashCode.html#C1_Win_GanttView_BaseColumn_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the hash code for this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseColumn_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="C1.Win.GanttView.BaseColumn.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.OnPropertyChanged.html#C1_Win_GanttView_BaseColumn_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.BaseColumn.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_BaseColumn_ToString" data-uid="C1.Win.GanttView.BaseColumn.ToString">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.ToString.html#C1_Win_GanttView_BaseColumn_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the grid column.</p>
</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_Win_GanttView_BaseColumn_PropertyChanged" data-uid="C1.Win.GanttView.BaseColumn.PropertyChanged">
          <a class="xref" href="C1.Win.GanttView.BaseColumn.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of a property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
