# GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter" class="text-break">BaseExpandableConverter Class
</h1>
  <div class="markdown level0 summary"><p>For internal use.</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.componentmodel.typeconverter">TypeConverter</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.expandableobjectconverter">ExpandableObjectConverter</a></div>
    <div class="level3"><span class="xref">BaseExpandableConverter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.html">GrapeCity.ActiveReports.Design.DdrDesigner.Tools</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseExpandableConverter : ExpandableObjectConverter</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_DdrDesigner_Tools_BaseExpandableConverter__ctor" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.-ctor.html#GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter__ctor">BaseExpandableConverter()</a>
        </td>
        <td class="markdown level1 summary"></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_DdrDesigner_Tools_BaseExpandableConverter_CanConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Type_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.CanConvertFrom.html#GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_CanConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Type_">CanConvertFrom(ITypeDescriptorContext, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_GetCreateInstanceSupported_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetCreateInstanceSupported.html#GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_GetCreateInstanceSupported_System_ComponentModel_ITypeDescriptorContext_">GetCreateInstanceSupported(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether changing a value on this object requires a call to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.createinstance#system-componentmodel-typeconverter-createinstance(system-collections-idictionary)">CreateInstance(IDictionary)</a> to create a new value, using the specified context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_GetProperties_System_ComponentModel_ITypeDescriptorContext_System_Object_System_Attribute___System_String___" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[],System.String[])">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetProperties.html#GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_GetProperties_System_ComponentModel_ITypeDescriptorContext_System_Object_System_Attribute___System_String___">GetProperties(ITypeDescriptorContext, object, Attribute[], string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_GetPropertiesSupported_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetPropertiesSupported.html#GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_GetPropertiesSupported_System_ComponentModel_ITypeDescriptorContext_">GetPropertiesSupported(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this object supports properties using the specified context.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
