# GrapeCity.ActiveReports.Viewer.Wpf.Sidebar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar" class="text-break">Sidebar Class
</h1>
  <div class="markdown level0 summary"><p>Represents the viewer's sidebar, exposing public API for accessing various panels.</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">Sidebar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.html">GrapeCity.ActiveReports.Viewer.Wpf</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Sidebar : DependencyObject, IDisposable</code></pre>
  </div>
  <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="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_SelectedIndexProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.SelectedIndexProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.SelectedIndex.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_WidthProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.WidthProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.WidthProperty.html">WidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.Width.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_Width">Width</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="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_ParametersPanel" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.ParametersPanel">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.ParametersPanel.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_ParametersPanel">ParametersPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the panel that displays the parameters for the currently displayed report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_SearchPanel" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.SearchPanel">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.SearchPanel.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_SearchPanel">SearchPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the panel that displays the search results for the currently displayed report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_SelectedIndex" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.SelectedIndex">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.SelectedIndex.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the index of the current active panel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_ThumbnailsPanel" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.ThumbnailsPanel">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.ThumbnailsPanel.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_ThumbnailsPanel">ThumbnailsPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the panel that displays the thumbnails for the currently displayed report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_TocPanel" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.TocPanel">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.TocPanel.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_TocPanel">TocPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the panel that displays the Table of Contents for the currently displayed report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_Width" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.Width.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the sidebar width.</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="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_Dispose" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.Dispose.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_ToggleVisibility" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.ToggleVisibility">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.ToggleVisibility.html#GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_ToggleVisibility">ToggleVisibility()</a>
        </td>
        <td class="markdown level1 summary"><p>Toggles the visibility of the sidebar.</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="GrapeCity_ActiveReports_Viewer_Wpf_Sidebar_SelectedIndexChanged" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.SelectedIndexChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.Sidebar.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selected pane index changes, typically when the user switches between different panels in the viewer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
