# C1.Blazor.Input.TextBoxMinMax

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Input_TextBoxMinMax" data-uid="C1.Blazor.Input.TextBoxMinMax" class="text-break">TextBoxMinMax Struct
</h1>
  <div class="markdown level0 summary"><p>The min/max value used in <a class="xref" href="C1.Blazor.Input.C1TextBox.html">C1TextBox</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Input.html">C1.Blazor.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Input.dll</h6>
  <h5 id="C1_Blazor_Input_TextBoxMinMax_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct TextBoxMinMax</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure TextBoxMinMax</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="C1_Blazor_Input_TextBoxMinMax__ctor_System_DateTime_" data-uid="C1.Blazor.Input.TextBoxMinMax.#ctor(System.DateTime)">
          <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.-ctor.html#C1_Blazor_Input_TextBoxMinMax__ctor_System_DateTime_">TextBoxMinMax(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.html">TextBoxMinMax</a> struct.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_TextBoxMinMax__ctor_System_Double_" data-uid="C1.Blazor.Input.TextBoxMinMax.#ctor(System.Double)">
          <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.-ctor.html#C1_Blazor_Input_TextBoxMinMax__ctor_System_Double_">TextBoxMinMax(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.html">TextBoxMinMax</a> struct.</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="C1_Blazor_Input_TextBoxMinMax_Date" data-uid="C1.Blazor.Input.TextBoxMinMax.Date">
          <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.Date.html#C1_Blazor_Input_TextBoxMinMax_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the date value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_TextBoxMinMax_Number" data-uid="C1.Blazor.Input.TextBoxMinMax.Number">
          <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.Number.html#C1_Blazor_Input_TextBoxMinMax_Number">Number</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_TextBoxMinMax_Type" data-uid="C1.Blazor.Input.TextBoxMinMax.Type">
          <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.Type.html#C1_Blazor_Input_TextBoxMinMax_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of min/max value.</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_Blazor_Input_TextBoxMinMax_ToString" data-uid="C1.Blazor.Input.TextBoxMinMax.ToString">
          <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.ToString.html#C1_Blazor_Input_TextBoxMinMax_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts to string.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Input_TextBoxMinMax_op_Implicit_System_DateTime__C1_Blazor_Input_TextBoxMinMax" data-uid="C1.Blazor.Input.TextBoxMinMax.op_Implicit(System.DateTime)~C1.Blazor.Input.TextBoxMinMax">
          <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.op_Implicit.html#C1_Blazor_Input_TextBoxMinMax_op_Implicit_System_DateTime__C1_Blazor_Input_TextBoxMinMax">implicit operator TextBoxMinMax(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a double into a <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.html">TextBoxMinMax</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_TextBoxMinMax_op_Implicit_System_Double__C1_Blazor_Input_TextBoxMinMax" data-uid="C1.Blazor.Input.TextBoxMinMax.op_Implicit(System.Double)~C1.Blazor.Input.TextBoxMinMax">
          <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.op_Implicit.html#C1_Blazor_Input_TextBoxMinMax_op_Implicit_System_Double__C1_Blazor_Input_TextBoxMinMax">implicit operator TextBoxMinMax(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a double into a <a class="xref" href="C1.Blazor.Input.TextBoxMinMax.html">TextBoxMinMax</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
