# C1.Win.FlexViewer.ParameterStrings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexViewer_ParameterStrings" data-uid="C1.Win.FlexViewer.ParameterStrings" class="text-break">ParameterStrings Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the UI strings displayed on the Parameters panel in <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</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">ParameterStrings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexViewer.html">C1.Win.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexViewer.4.8.dll</h6>
  <h5 id="C1_Win_FlexViewer_ParameterStrings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ParameterStrings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ParameterStrings</code></pre>
  </div>
  <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="C1_Win_FlexViewer_ParameterStrings_AllLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.AllLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.AllLabel.html#C1_Win_FlexViewer_ParameterStrings_AllLabel">AllLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text label displayed when all options are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ApplyParameters" data-uid="C1.Win.FlexViewer.ParameterStrings.ApplyParameters">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ApplyParameters.html#C1_Win_FlexViewer_ParameterStrings_ApplyParameters">ApplyParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed on the 'Apply Parameters' button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_FalseLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.FalseLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.FalseLabel.html#C1_Win_FlexViewer_ParameterStrings_FalseLabel">FalseLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 'No' option text for the boolean parameter editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_InvalidValueFmt" data-uid="C1.Win.FlexViewer.ParameterStrings.InvalidValueFmt">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.InvalidValueFmt.html#C1_Win_FlexViewer_ParameterStrings_InvalidValueFmt">InvalidValueFmt</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string for a notification that the specified value is invalid for a parameter of a given type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_NoneLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.NoneLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.NoneLabel.html#C1_Win_FlexViewer_ParameterStrings_NoneLabel">NoneLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text label displayed when none of the available options are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_NullLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.NullLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.NullLabel.html#C1_Win_FlexViewer_ParameterStrings_NullLabel">NullLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Null checkbox label for the nullable parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ParametersHeader" data-uid="C1.Win.FlexViewer.ParameterStrings.ParametersHeader">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ParametersHeader.html#C1_Win_FlexViewer_ParameterStrings_ParametersHeader">ParametersHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text used as caption for the Parameters panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_SelectAllLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.SelectAllLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.SelectAllLabel.html#C1_Win_FlexViewer_ParameterStrings_SelectAllLabel">SelectAllLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 'Select All' option text used for the multivalue parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_SelectValue" data-uid="C1.Win.FlexViewer.ParameterStrings.SelectValue">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.SelectValue.html#C1_Win_FlexViewer_ParameterStrings_SelectValue">SelectValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text prompt used for a parameter which value is not selected yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_TrueLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.TrueLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.TrueLabel.html#C1_Win_FlexViewer_ParameterStrings_TrueLabel">TrueLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 'Yes' option text for the boolean parameter editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ValueNotSpecified" data-uid="C1.Win.FlexViewer.ParameterStrings.ValueNotSpecified">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ValueNotSpecified.html#C1_Win_FlexViewer_ParameterStrings_ValueNotSpecified">ValueNotSpecified</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the error message text for a parameter that has to be set.</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="C1_Win_FlexViewer_ParameterStrings_ResetAllLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetAllLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetAllLabel.html#C1_Win_FlexViewer_ParameterStrings_ResetAllLabel">ResetAllLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.AllLabel.html#C1_Win_FlexViewer_ParameterStrings_AllLabel">AllLabel</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetApplyParameters" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetApplyParameters">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetApplyParameters.html#C1_Win_FlexViewer_ParameterStrings_ResetApplyParameters">ResetApplyParameters()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ApplyParameters.html#C1_Win_FlexViewer_ParameterStrings_ApplyParameters">ApplyParameters</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetFalseLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetFalseLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetFalseLabel.html#C1_Win_FlexViewer_ParameterStrings_ResetFalseLabel">ResetFalseLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.FalseLabel.html#C1_Win_FlexViewer_ParameterStrings_FalseLabel">FalseLabel</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetInvalidValueFmt" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetInvalidValueFmt">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetInvalidValueFmt.html#C1_Win_FlexViewer_ParameterStrings_ResetInvalidValueFmt">ResetInvalidValueFmt()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.InvalidValueFmt.html#C1_Win_FlexViewer_ParameterStrings_InvalidValueFmt">InvalidValueFmt</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetNoneLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetNoneLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetNoneLabel.html#C1_Win_FlexViewer_ParameterStrings_ResetNoneLabel">ResetNoneLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.NoneLabel.html#C1_Win_FlexViewer_ParameterStrings_NoneLabel">NoneLabel</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetNullLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetNullLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetNullLabel.html#C1_Win_FlexViewer_ParameterStrings_ResetNullLabel">ResetNullLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.NullLabel.html#C1_Win_FlexViewer_ParameterStrings_NullLabel">NullLabel</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetParametersHeader" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetParametersHeader">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetParametersHeader.html#C1_Win_FlexViewer_ParameterStrings_ResetParametersHeader">ResetParametersHeader()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ParametersHeader.html#C1_Win_FlexViewer_ParameterStrings_ParametersHeader">ParametersHeader</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetSelectAllLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetSelectAllLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetSelectAllLabel.html#C1_Win_FlexViewer_ParameterStrings_ResetSelectAllLabel">ResetSelectAllLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.SelectAllLabel.html#C1_Win_FlexViewer_ParameterStrings_SelectAllLabel">SelectAllLabel</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetSelectValue" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetSelectValue">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetSelectValue.html#C1_Win_FlexViewer_ParameterStrings_ResetSelectValue">ResetSelectValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.SelectValue.html#C1_Win_FlexViewer_ParameterStrings_SelectValue">SelectValue</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetTrueLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetTrueLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetTrueLabel.html#C1_Win_FlexViewer_ParameterStrings_ResetTrueLabel">ResetTrueLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.TrueLabel.html#C1_Win_FlexViewer_ParameterStrings_TrueLabel">TrueLabel</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ResetValueNotSpecified" data-uid="C1.Win.FlexViewer.ParameterStrings.ResetValueNotSpecified">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ResetValueNotSpecified.html#C1_Win_FlexViewer_ParameterStrings_ResetValueNotSpecified">ResetValueNotSpecified()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ValueNotSpecified.html#C1_Win_FlexViewer_ParameterStrings_ValueNotSpecified">ValueNotSpecified</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeAllLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeAllLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeAllLabel.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeAllLabel">ShouldSerializeAllLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.AllLabel.html#C1_Win_FlexViewer_ParameterStrings_AllLabel">AllLabel</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeApplyParameters" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeApplyParameters">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeApplyParameters.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeApplyParameters">ShouldSerializeApplyParameters()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ApplyParameters.html#C1_Win_FlexViewer_ParameterStrings_ApplyParameters">ApplyParameters</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeFalseLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeFalseLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeFalseLabel.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeFalseLabel">ShouldSerializeFalseLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.FalseLabel.html#C1_Win_FlexViewer_ParameterStrings_FalseLabel">FalseLabel</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeInvalidValueFmt" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeInvalidValueFmt">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeInvalidValueFmt.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeInvalidValueFmt">ShouldSerializeInvalidValueFmt()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.InvalidValueFmt.html#C1_Win_FlexViewer_ParameterStrings_InvalidValueFmt">InvalidValueFmt</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeNoneLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeNoneLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeNoneLabel.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeNoneLabel">ShouldSerializeNoneLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.NoneLabel.html#C1_Win_FlexViewer_ParameterStrings_NoneLabel">NoneLabel</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeNullLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeNullLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeNullLabel.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeNullLabel">ShouldSerializeNullLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.NullLabel.html#C1_Win_FlexViewer_ParameterStrings_NullLabel">NullLabel</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeParametersHeader" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeParametersHeader">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeParametersHeader.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeParametersHeader">ShouldSerializeParametersHeader()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ParametersHeader.html#C1_Win_FlexViewer_ParameterStrings_ParametersHeader">ParametersHeader</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeSelectAllLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeSelectAllLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeSelectAllLabel.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeSelectAllLabel">ShouldSerializeSelectAllLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.SelectAllLabel.html#C1_Win_FlexViewer_ParameterStrings_SelectAllLabel">SelectAllLabel</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeSelectValue" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeSelectValue">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeSelectValue.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeSelectValue">ShouldSerializeSelectValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.SelectValue.html#C1_Win_FlexViewer_ParameterStrings_SelectValue">SelectValue</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeTrueLabel" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeTrueLabel">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeTrueLabel.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeTrueLabel">ShouldSerializeTrueLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.TrueLabel.html#C1_Win_FlexViewer_ParameterStrings_TrueLabel">TrueLabel</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_ParameterStrings_ShouldSerializeValueNotSpecified" data-uid="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeValueNotSpecified">
          <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ShouldSerializeValueNotSpecified.html#C1_Win_FlexViewer_ParameterStrings_ShouldSerializeValueNotSpecified">ShouldSerializeValueNotSpecified()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.ParameterStrings.ValueNotSpecified.html#C1_Win_FlexViewer_ParameterStrings_ValueNotSpecified">ValueNotSpecified</a> property should be serialized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
