# C1.GanttView.IKeyName

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_GanttView_IKeyName" data-uid="C1.GanttView.IKeyName" class="text-break">IKeyName Interface
</h1>
  <div class="markdown level0 summary"><p>Interface allow to set a key name for object which properties could be stored to PropertyStorage</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.GanttView.html">C1.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_GanttView_IKeyName_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IKeyName : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IKeyName
    Inherits INotifyPropertyChanged</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_GanttView_IKeyName_KeyName" data-uid="C1.GanttView.IKeyName.KeyName">
          <a class="xref" href="C1.GanttView.IKeyName.KeyName.html#C1_GanttView_IKeyName_KeyName">KeyName</a>
        </td>
        <td class="markdown level1 summary"><p>The key name for object</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
