# GrapeCity.Documents.Common.IOwnedObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Common_IOwnedObject" data-uid="GrapeCity.Documents.Common.IOwnedObject" class="text-break">IOwnedObject Interface
</h1>
  <div class="markdown level0 summary"><p>Represents interface which should be implemented by object owned by another object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Common.html">GrapeCity.Documents.Common</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Common_IOwnedObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IOwnedObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IOwnedObject</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="GrapeCity_Documents_Common_IOwnedObject_Owner" data-uid="GrapeCity.Documents.Common.IOwnedObject.Owner">
          <a class="xref" href="GrapeCity.Documents.Common.IOwnedObject.Owner.html#GrapeCity_Documents_Common_IOwnedObject_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the owner object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
