# GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary" data-uid="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary" class="text-break">CustomDesignerConfigurationDictionary Class
</h1>
  <div class="markdown level0 summary"><p>Represents a dictionary of custom designers configured for components.</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"><span class="xref">CustomDesignerConfigurationDictionary</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.Configuration.html">GrapeCity.ActiveReports.Design.Configuration</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class CustomDesignerConfigurationDictionary</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_Design_Configuration_CustomDesignerConfigurationDictionary__ctor" data-uid="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.-ctor.html#GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary__ctor">CustomDesignerConfigurationDictionary()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of CustomDesignerConfigurationDictionary class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfig__" data-uid="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.#ctor(System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfig})">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.-ctor.html#GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfig__">CustomDesignerConfigurationDictionary(IEnumerable&lt;CustomDesignerConfig&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance with a predefined custom designers configurations.</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_Design_Configuration_CustomDesignerConfigurationDictionary_GetCustomTypeNameForDesigner_System_Type_" data-uid="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.GetCustomTypeNameForDesigner(System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.GetCustomTypeNameForDesigner.html#GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary_GetCustomTypeNameForDesigner_System_Type_">GetCustomTypeNameForDesigner(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value associated with the specified designer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary_GetDesignerForCustomTypeName_System_String_" data-uid="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.GetDesignerForCustomTypeName(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.GetDesignerForCustomTypeName.html#GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary_GetDesignerForCustomTypeName_System_String_">GetDesignerForCustomTypeName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> of the custom designer configured for the specified component type or null.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary_GetStyleDefaultsForDesigner_System_Type_" data-uid="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.GetStyleDefaultsForDesigner(System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.GetStyleDefaultsForDesigner.html#GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary_GetStyleDefaultsForDesigner_System_Type_">GetStyleDefaultsForDesigner(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style defaults for designer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary_GetToolboxItems" data-uid="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.GetToolboxItems">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Configuration.CustomDesignerConfigurationDictionary.GetToolboxItems.html#GrapeCity_ActiveReports_Design_Configuration_CustomDesignerConfigurationDictionary_GetToolboxItems">GetToolboxItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns toolbox items configuration</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
