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

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_GetProperties_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetProperties*">GetProperties Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_DdrDesigner_Tools_BaseExpandableConverter_GetProperties_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetProperties*"></a>
<h4 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[])">GetProperties(ITypeDescriptorContext, object, Attribute[], string[])</h4>
<div class="markdown level1 summary"><p>Gets the properties.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes, string[] propertySortOrder)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>The context.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a>[]</td>
      <td><span class="parametername">attributes</span></td>
      <td><p>The attributes.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
      <td><span class="parametername">propertySortOrder</span></td>
      <td><p>The property sort order.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.propertydescriptorcollection">PropertyDescriptorCollection</a></td>
      <td><p>PropertyDescriptorCollection.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
