# C1.Blazor.Input.TextBoxStep

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Input_TextBoxStep" data-uid="C1.Blazor.Input.TextBoxStep" class="text-break">TextBoxStep Struct
</h1>
  <div class="markdown level0 summary"><p>The step attribute specifies the interval between legal numbers in an <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.html">C1AutoCompleteTextBox</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_TextBoxStep_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct TextBoxStep</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure TextBoxStep</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_TextBoxStep__ctor_C1_Blazor_Input_TextBoxStepType_System_Double_" data-uid="C1.Blazor.Input.TextBoxStep.#ctor(C1.Blazor.Input.TextBoxStepType,System.Double)">
          <a class="xref" href="C1.Blazor.Input.TextBoxStep.-ctor.html#C1_Blazor_Input_TextBoxStep__ctor_C1_Blazor_Input_TextBoxStepType_System_Double_">TextBoxStep(TextBoxStepType, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Input.TextBoxStep.html">TextBoxStep</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_TextBoxStep_Any" data-uid="C1.Blazor.Input.TextBoxStep.Any">
          <a class="xref" href="C1.Blazor.Input.TextBoxStep.Any.html#C1_Blazor_Input_TextBoxStep_Any">Any</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the step used to accept any number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_TextBoxStep_Type" data-uid="C1.Blazor.Input.TextBoxStep.Type">
          <a class="xref" href="C1.Blazor.Input.TextBoxStep.Type.html#C1_Blazor_Input_TextBoxStep_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of step.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_TextBoxStep_Value" data-uid="C1.Blazor.Input.TextBoxStep.Value">
          <a class="xref" href="C1.Blazor.Input.TextBoxStep.Value.html#C1_Blazor_Input_TextBoxStep_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the step.</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_TextBoxStep_ToString" data-uid="C1.Blazor.Input.TextBoxStep.ToString">
          <a class="xref" href="C1.Blazor.Input.TextBoxStep.ToString.html#C1_Blazor_Input_TextBoxStep_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_TextBoxStep_op_Implicit_System_Double__C1_Blazor_Input_TextBoxStep" data-uid="C1.Blazor.Input.TextBoxStep.op_Implicit(System.Double)~C1.Blazor.Input.TextBoxStep">
          <a class="xref" href="C1.Blazor.Input.TextBoxStep.op_Implicit.html#C1_Blazor_Input_TextBoxStep_op_Implicit_System_Double__C1_Blazor_Input_TextBoxStep">implicit operator TextBoxStep(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a double into a <a class="xref" href="C1.Blazor.Input.TextBoxStep.html">TextBoxStep</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
