# FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType" class="text-break">MutuallyExclusiveCheckBoxCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents an ASP.NET AJAX extender mutually exclusive check box cell.</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="../FarPoint.Web.Spread/FarPoint.Web.Spread.BaseCellType.html">BaseCellType</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Extender.AjaxCellTypeBase-1.html">AjaxCellTypeBase</a>&lt;<span class="xref">ExtenderControlBase</span>&gt;</div>
    <div class="level3"><a class="xref" href="FarPoint.Web.Spread.Extender.ExtenderCellTypeBase.html">ExtenderCellTypeBase</a></div>
    <div class="level4"><span class="xref">MutuallyExclusiveCheckBoxCellType</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.ICellType.html">ICellType</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.IFormatter.html">IFormatter</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.IEnhancedPdfRenderer.html">IEnhancedPdfRenderer</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.IPdfSupport.html">IPdfSupport</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Editor.IEditor3.html">IEditor3</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Editor.IEditor.html">IEditor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.ICSSClassSupport.html">ICSSClassSupport</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.IRenderer2.html">IRenderer2</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.IEnhancedRenderer.html">IEnhancedRenderer</a></div>
    <div><a class="xref" href="../FarPoint.Web.Spread/FarPoint.Web.Spread.Renderer.IRenderer.html">IRenderer</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Extender.html">FarPoint.Web.Spread.Extender</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.Extender.dll</h6>
  <h5 id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MutuallyExclusiveCheckBoxCellType : ExtenderCellTypeBase, ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MutuallyExclusiveCheckBoxCellType
    Inherits ExtenderCellTypeBase
    Implements ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback</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_Spread_Extender_MutuallyExclusiveCheckBoxCellType__ctor" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.-ctor.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType__ctor">MutuallyExclusiveCheckBoxCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ASP.NET AJAX extender mutually exclusive check box cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType__ctor_System_String_" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.#ctor(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.-ctor.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType__ctor_System_String_">MutuallyExclusiveCheckBoxCellType(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ASP.NET AJAX extender mutually exclusive check box cell.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_Editor" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.Editor">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.Editor.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the editor (editing control) for the mutually exclusive check box cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_Key" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.Key">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.Key.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_Key">Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the key to associate mutually exclusive check boxes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_Text" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.Text">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.Text.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the mutually exclusive check box.</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_Spread_Extender_MutuallyExclusiveCheckBoxCellType_DeserializeEditor_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.DeserializeEditor(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.DeserializeEditor.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_DeserializeEditor_System_Xml_XmlNodeReader_">DeserializeEditor(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the editor from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.GetEditorControl(System.String,System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.GetEditorControl.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_">GetEditorControl(string, TableCell, Appearance, Inset, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control used to edit the mutually exclusive check box cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_GetEditorValue_System_Web_UI_Control_System_String_" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.GetEditorValue(System.Web.UI.Control,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.GetEditorValue.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_GetEditorValue_System_Web_UI_Control_System_String_">GetEditorValue(Control, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value from the editing control used for the mutually exclusive check box cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_PaintCell_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.PaintCell(System.String,System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.PaintCell.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_PaintCell_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_">PaintCell(string, TableCell, Appearance, Inset, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_Parse_System_String_" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.Parse(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.Parse.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>When deriving a cell type based on this type, override this
to change what gets parsed from the cell on the sheet and put in the data model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_SerializeEditor_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.SerializeEditor(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.SerializeEditor.html#FarPoint_Web_Spread_Extender_MutuallyExclusiveCheckBoxCellType_SerializeEditor_System_Xml_XmlTextWriter_">SerializeEditor(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the editor to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
