# GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase

## Content

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



  <h1 id="GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase" data-uid="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase" class="text-break">SelectionBehaviorBase Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class for selection behaviors.</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="GrapeCity.ActiveReports.Framework.Behaviors.Behavior-1.html">Behavior</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.scrollviewer">ScrollViewer</a>&gt;</div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.ScrollBehavior.html">ScrollBehavior</a></div>
    <div class="level5"><span class="xref">SelectionBehaviorBase</span></div>
      <div class="level6"><a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.CopySelectBehavior.html">CopySelectBehavior</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Framework.Behaviors.IBehavior.html">IBehavior</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.html">GrapeCity.ActiveReports.Framework.Implementation</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SelectionBehaviorBase : ScrollBehavior, IBehavior</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_Framework_Implementation_SelectionBehaviorBase__ctor" data-uid="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.-ctor.html#GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase__ctor">SelectionBehaviorBase()</a>
        </td>
        <td class="markdown level1 summary"></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_Framework_Implementation_SelectionBehaviorBase_IsActive" data-uid="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.IsActive">
          <a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.IsActive.html">IsActive</a>
        </td>
        <td class="markdown level1 summary"><p>True if the scrolling is active.</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_Framework_Implementation_SelectionBehaviorBase_CurrentSelectionFrame" data-uid="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.CurrentSelectionFrame">
          <a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.CurrentSelectionFrame.html#GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_CurrentSelectionFrame">CurrentSelectionFrame</a>
        </td>
        <td class="markdown level1 summary"><p>Current selection frame of the model of the current report pane.</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_Framework_Implementation_SelectionBehaviorBase_Attach_System_Windows_Controls_ScrollViewer_" data-uid="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.Attach(System.Windows.Controls.ScrollViewer)">
          <a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.Attach.html#GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_Attach_System_Windows_Controls_ScrollViewer_">Attach(ScrollViewer)</a>
        </td>
        <td class="markdown level1 summary"><p>Attach behavior to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.scrollviewer">ScrollViewer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_CanActivate" data-uid="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.CanActivate">
          <a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.CanActivate.html#GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_CanActivate">CanActivate()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if behavior can activate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_Detach_System_Windows_Controls_ScrollViewer_" data-uid="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.Detach(System.Windows.Controls.ScrollViewer)">
          <a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.Detach.html#GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_Detach_System_Windows_Controls_ScrollViewer_">Detach(ScrollViewer)</a>
        </td>
        <td class="markdown level1 summary"><p>Detach behavior from the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.scrollviewer">ScrollViewer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_OnSelectionFinished_GrapeCity_Viewer_Common_Model_Frame_" data-uid="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.OnSelectionFinished(GrapeCity.Viewer.Common.Model.Frame)">
          <a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.OnSelectionFinished.html#GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_OnSelectionFinished_GrapeCity_Viewer_Common_Model_Frame_">OnSelectionFinished(Frame)</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the selection is finished.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_OnSelectionFrameChanged_GrapeCity_Viewer_Common_Model_Frame_System_Windows_Input_MouseEventArgs_" data-uid="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.OnSelectionFrameChanged(GrapeCity.Viewer.Common.Model.Frame,System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Framework.Implementation.SelectionBehaviorBase.OnSelectionFrameChanged.html#GrapeCity_ActiveReports_Framework_Implementation_SelectionBehaviorBase_OnSelectionFrameChanged_GrapeCity_Viewer_Common_Model_Frame_System_Windows_Input_MouseEventArgs_">OnSelectionFrameChanged(Frame, MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the selection frame is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
