# FarPoint.Web.Chart.StringCollectionCollectionEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_StringCollectionCollectionEditor" data-uid="FarPoint.Web.Chart.StringCollectionCollectionEditor" class="text-break">StringCollectionCollectionEditor Class
</h1>
  <div class="markdown level0 summary"><p>Represents a UI collection editor for a StringCollection collection.</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">UITypeEditor</span></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.collectioneditor">CollectionEditor</a></div>
    <div class="level3"><span class="xref">StringCollectionCollectionEditor</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_StringCollectionCollectionEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StringCollectionCollectionEditor : CollectionEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StringCollectionCollectionEditor
    Inherits CollectionEditor</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="FarPoint_Web_Chart_StringCollectionCollectionEditor__ctor_System_Type_" data-uid="FarPoint.Web.Chart.StringCollectionCollectionEditor.#ctor(System.Type)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionCollectionEditor.-ctor.html#FarPoint_Web_Chart_StringCollectionCollectionEditor__ctor_System_Type_">StringCollectionCollectionEditor(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new StringCollection collection editor.</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="FarPoint_Web_Chart_StringCollectionCollectionEditor_CanSelectMultipleInstances" data-uid="FarPoint.Web.Chart.StringCollectionCollectionEditor.CanSelectMultipleInstances">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionCollectionEditor.CanSelectMultipleInstances.html#FarPoint_Web_Chart_StringCollectionCollectionEditor_CanSelectMultipleInstances">CanSelectMultipleInstances()</a>
        </td>
        <td class="markdown level1 summary"><p>Selecte multiple instances.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionCollectionEditor_CancelChanges" data-uid="FarPoint.Web.Chart.StringCollectionCollectionEditor.CancelChanges">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionCollectionEditor.CancelChanges.html#FarPoint_Web_Chart_StringCollectionCollectionEditor_CancelChanges">CancelChanges()</a>
        </td>
        <td class="markdown level1 summary"><p>Cancels changes to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionCollectionEditor_EditValue_System_ComponentModel_ITypeDescriptorContext_System_IServiceProvider_System_Object_" data-uid="FarPoint.Web.Chart.StringCollectionCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionCollectionEditor.EditValue.html#FarPoint_Web_Chart_StringCollectionCollectionEditor_EditValue_System_ComponentModel_ITypeDescriptorContext_System_IServiceProvider_System_Object_">EditValue(ITypeDescriptorContext, IServiceProvider, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Edits the value of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionCollectionEditor_GetEditStyle_System_ComponentModel_ITypeDescriptorContext_" data-uid="FarPoint.Web.Chart.StringCollectionCollectionEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionCollectionEditor.GetEditStyle.html#FarPoint_Web_Chart_StringCollectionCollectionEditor_GetEditStyle_System_ComponentModel_ITypeDescriptorContext_">GetEditStyle(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Get UITypeEditor to edit the StringCollectionCollection type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionCollectionEditor_GetItems_System_Object_" data-uid="FarPoint.Web.Chart.StringCollectionCollectionEditor.GetItems(System.Object)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionCollectionEditor.GetItems.html#FarPoint_Web_Chart_StringCollectionCollectionEditor_GetItems_System_Object_">GetItems(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array of objects containing the specified collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
