# C1.WPF.FlexGrid.Comment

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_Comment" data-uid="C1.WPF.FlexGrid.Comment" class="text-break">Comment Class
</h1>
  <div class="markdown level0 summary"><p>Comment in FlexSheet</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><span class="xref">Comment</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexSheet.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_Comment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Comment : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Comment
    Inherits DependencyObject</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_FlexGrid_Comment__ctor" data-uid="C1.WPF.FlexGrid.Comment.#ctor">
          <a class="xref" href="C1.WPF.FlexGrid.Comment.-ctor.html#C1_WPF_FlexGrid_Comment__ctor">Comment()</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_WPF_FlexGrid_Comment_Content" data-uid="C1.WPF.FlexGrid.Comment.Content">
          <a class="xref" href="C1.WPF.FlexGrid.Comment.Content.html#C1_WPF_FlexGrid_Comment_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Content of Comment, it supports RTF and raw string format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_Comment_IsShow" data-uid="C1.WPF.FlexGrid.Comment.IsShow">
          <a class="xref" href="C1.WPF.FlexGrid.Comment.IsShow.html#C1_WPF_FlexGrid_Comment_IsShow">IsShow</a>
        </td>
        <td class="markdown level1 summary"><p>Get and set the comment visibility on C1FlexSheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_Comment_Text" data-uid="C1.WPF.FlexGrid.Comment.Text">
          <a class="xref" href="C1.WPF.FlexGrid.Comment.Text.html#C1_WPF_FlexGrid_Comment_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Raw text content of Comment</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_FlexGrid_Comment_OnIsShowChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.FlexGrid.Comment.OnIsShowChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.FlexGrid.Comment.OnIsShowChanged.html#C1_WPF_FlexGrid_Comment_OnIsShowChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnIsShowChanged(DependencyPropertyChangedEventArgs)</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_FlexGrid_Comment_IsShowPropertyChanged" data-uid="C1.WPF.FlexGrid.Comment.IsShowPropertyChanged">
          <a class="xref" href="C1.WPF.FlexGrid.Comment.IsShowPropertyChanged.html">IsShowPropertyChanged</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
