# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem" class="text-break">IMapDockableSubItem Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the dockable subitem of a map.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMapDockableSubItem : IMapSubItem</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_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_Action" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.Action">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.Action.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_Action">Action</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the action associated with the element if any, otherwise <code>null</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_DockOutsideViewport" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.DockOutsideViewport">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.DockOutsideViewport.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_DockOutsideViewport">DockOutsideViewport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the sub item should be docked outside the viewport. Ignored if MapLocation is defined.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_Hidden" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.Hidden">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.Hidden.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_Hidden">Hidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the item is hidden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_Position" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.Position">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.Position.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the sub item. Ignored if MapLocation is defined. The default value is <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapPosition.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapPosition_TopCenter">TopCenter</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_ToolTip" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.ToolTip">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapDockableSubItem.ToolTip.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapDockableSubItem_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tooltip.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
