# GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter

## Content

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



  <h1 id="GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter" class="text-break">DockSplitter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a splitter control for a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.dockpanel">DockPanel</a>.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a></div>
    <div class="level8"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.usercontrol">UserControl</a></div>
    <div class="level9"><span class="xref">DockSplitter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.html">GrapeCity.ActiveReports.Viewer.Wpf.View</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;VLine&quot;, Type = typeof(Line))]
[TemplatePart(Name = &quot;HLine&quot;, Type = typeof(Line))]
public class DockSplitter : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild</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="GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter__ctor" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.-ctor.html#GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter__ctor">DockSplitter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.html">DockSplitter</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_View_DockSplitter_ThicknessProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.ThicknessProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.ThicknessProperty.html">ThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.Thickness.html#GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_Thickness">Thickness</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_View_DockSplitter_IsHorizontal" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.IsHorizontal">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.IsHorizontal.html#GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_IsHorizontal">IsHorizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the splitter is horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_Thickness" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.Thickness">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.Thickness.html#GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_Thickness">Thickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the splitter, which depends on the orientation of the splitter.</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_View_DockSplitter_OnApplyTemplate" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.OnApplyTemplate">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.OnApplyTemplate.html#GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Relayouts the dock splitter content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.OnMouseLeftButtonDown.html#GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the MouseLeftButtonDown event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.OnMouseLeftButtonUp.html#GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonUp(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the MouseLeftButtonUp event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_OnMouseMove_System_Windows_Input_MouseEventArgs_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.OnMouseMove(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.DockSplitter.OnMouseMove.html#GrapeCity_ActiveReports_Viewer_Wpf_View_DockSplitter_OnMouseMove_System_Windows_Input_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the MouseMove event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
