# C1.WPF.Input.C1NumericBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Input_C1NumericBox" data-uid="C1.WPF.Input.C1NumericBox" class="text-break">C1NumericBox Class
</h1>
  <div class="markdown level0 summary"><p>The C1NumericBox control is a numeric editor that allows you to display and edit numeric values in many formats.</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">C1NumericBox</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Input.html">C1.WPF.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Input.dll</h6>
  <h5 id="C1_WPF_Input_C1NumericBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;DecreaseIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;IncreaseIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;IncreaseButtonStyle&quot;, StyleTargetType = typeof(C1RepeatButton))]
[StyleTypedProperty(Property = &quot;DecreaseButtonStyle&quot;, StyleTargetType = typeof(C1RepeatButton))]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
[TemplatePart(Name = &quot;Text&quot;, Type = typeof(C1TextBox))]
[TemplatePart(Name = &quot;Increase&quot;, Type = typeof(C1RepeatButton))]
[TemplatePart(Name = &quot;Decrease&quot;, Type = typeof(C1RepeatButton))]
[TemplatePart(Name = &quot;ValidationDecorator&quot;, Type = typeof(C1ValidationDecorator))]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;ShowButtons&quot;, GroupName = &quot;ButtonsVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;HideButtons&quot;, GroupName = &quot;ButtonsVisibilityStates&quot;)]
public class C1NumericBox : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;DecreaseIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;IncreaseIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;IncreaseButtonStyle&quot;, StyleTargetType:=GetType(C1RepeatButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;DecreaseButtonStyle&quot;, StyleTargetType:=GetType(C1RepeatButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
&lt;TemplatePart(Name:=&quot;Text&quot;, Type:=GetType(C1TextBox))&gt;
&lt;TemplatePart(Name:=&quot;Increase&quot;, Type:=GetType(C1RepeatButton))&gt;
&lt;TemplatePart(Name:=&quot;Decrease&quot;, Type:=GetType(C1RepeatButton))&gt;
&lt;TemplatePart(Name:=&quot;ValidationDecorator&quot;, Type:=GetType(C1ValidationDecorator))&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;ShowButtons&quot;, GroupName:=&quot;ButtonsVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;HideButtons&quot;, GroupName:=&quot;ButtonsVisibilityStates&quot;)&gt;
Public Class C1NumericBox
    Inherits C1View</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_WPF_Input_C1NumericBox__ctor" data-uid="C1.WPF.Input.C1NumericBox.#ctor">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.-ctor.html#C1_WPF_Input_C1NumericBox__ctor">C1NumericBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_AllowNullProperty" data-uid="C1.WPF.Input.C1NumericBox.AllowNullProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.AllowNullProperty.html">AllowNullProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.AllowNull.html#C1_WPF_Input_C1NumericBox_AllowNull">AllowNull</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_CaretBrushProperty" data-uid="C1.WPF.Input.C1NumericBox.CaretBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.CaretBrushProperty.html">CaretBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.CaretBrush.html#C1_WPF_Input_C1NumericBox_CaretBrush">CaretBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_CultureProperty" data-uid="C1.WPF.Input.C1NumericBox.CultureProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.CultureProperty.html">CultureProperty</a>
        </td>
        <td class="markdown level1 summary"><p>The Culture property is obsolete, use the FrameworkElement.Language property instead.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_DecreaseButtonStyleProperty" data-uid="C1.WPF.Input.C1NumericBox.DecreaseButtonStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.DecreaseButtonStyleProperty.html">DecreaseButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.DecreaseButtonStyle.html#C1_WPF_Input_C1NumericBox_DecreaseButtonStyle">DecreaseButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_DecreaseIconStyleProperty" data-uid="C1.WPF.Input.C1NumericBox.DecreaseIconStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.DecreaseIconStyleProperty.html">DecreaseIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.DecreaseIconStyle.html#C1_WPF_Input_C1NumericBox_DecreaseIconStyle">DecreaseIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_DecreaseIconTemplateProperty" data-uid="C1.WPF.Input.C1NumericBox.DecreaseIconTemplateProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.DecreaseIconTemplateProperty.html">DecreaseIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.DecreaseIconTemplate.html#C1_WPF_Input_C1NumericBox_DecreaseIconTemplate">DecreaseIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_DelayProperty" data-uid="C1.WPF.Input.C1NumericBox.DelayProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.DelayProperty.html">DelayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.Delay.html#C1_WPF_Input_C1NumericBox_Delay">Delay</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_FocusBrushProperty" data-uid="C1.WPF.Input.C1NumericBox.FocusBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.FocusBrush.html#C1_WPF_Input_C1NumericBox_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_FormatProperty" data-uid="C1.WPF.Input.C1NumericBox.FormatProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.FormatProperty.html">FormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.Format.html#C1_WPF_Input_C1NumericBox_Format">Format</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_HandleUpDownKeysProperty" data-uid="C1.WPF.Input.C1NumericBox.HandleUpDownKeysProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.HandleUpDownKeysProperty.html">HandleUpDownKeysProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.HandleUpDownKeys.html#C1_WPF_Input_C1NumericBox_HandleUpDownKeys">HandleUpDownKeys</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IncreaseButtonStyleProperty" data-uid="C1.WPF.Input.C1NumericBox.IncreaseButtonStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IncreaseButtonStyleProperty.html">IncreaseButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.IncreaseButtonStyle.html#C1_WPF_Input_C1NumericBox_IncreaseButtonStyle">IncreaseButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IncreaseIconStyleProperty" data-uid="C1.WPF.Input.C1NumericBox.IncreaseIconStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IncreaseIconStyleProperty.html">IncreaseIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.IncreaseIconStyle.html#C1_WPF_Input_C1NumericBox_IncreaseIconStyle">IncreaseIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IncreaseIconTemplateProperty" data-uid="C1.WPF.Input.C1NumericBox.IncreaseIconTemplateProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IncreaseIconTemplateProperty.html">IncreaseIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.IncreaseIconTemplate.html#C1_WPF_Input_C1NumericBox_IncreaseIconTemplate">IncreaseIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IncrementProperty" data-uid="C1.WPF.Input.C1NumericBox.IncrementProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IncrementProperty.html">IncrementProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.Increment.html#C1_WPF_Input_C1NumericBox_Increment">Increment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IntervalProperty" data-uid="C1.WPF.Input.C1NumericBox.IntervalProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IntervalProperty.html">IntervalProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.Interval.html#C1_WPF_Input_C1NumericBox_Interval">Interval</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IsReadOnlyProperty" data-uid="C1.WPF.Input.C1NumericBox.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.IsReadOnly.html#C1_WPF_Input_C1NumericBox_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_MaximumProperty" data-uid="C1.WPF.Input.C1NumericBox.MaximumProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.MaximumProperty.html">MaximumProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.Maximum.html#C1_WPF_Input_C1NumericBox_Maximum">Maximum</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_MinimumProperty" data-uid="C1.WPF.Input.C1NumericBox.MinimumProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.MinimumProperty.html">MinimumProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.Minimum.html#C1_WPF_Input_C1NumericBox_Minimum">Minimum</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_MouseOverBorderBrushProperty" data-uid="C1.WPF.Input.C1NumericBox.MouseOverBorderBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.MouseOverBorderBrushProperty.html">MouseOverBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.MouseOverBorderBrush.html#C1_WPF_Input_C1NumericBox_MouseOverBorderBrush">MouseOverBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_MouseOverBrushProperty" data-uid="C1.WPF.Input.C1NumericBox.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.MouseOverBrush.html#C1_WPF_Input_C1NumericBox_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_PlaceholderProperty" data-uid="C1.WPF.Input.C1NumericBox.PlaceholderProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.Placeholder.html#C1_WPF_Input_C1NumericBox_Placeholder">Placeholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_PressedBrushProperty" data-uid="C1.WPF.Input.C1NumericBox.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.PressedBrush.html#C1_WPF_Input_C1NumericBox_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_RangeValidationModeProperty" data-uid="C1.WPF.Input.C1NumericBox.RangeValidationModeProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.RangeValidationModeProperty.html">RangeValidationModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.RangeValidationMode.html#C1_WPF_Input_C1NumericBox_RangeValidationMode">RangeValidationMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_SelectOnFocusProperty" data-uid="C1.WPF.Input.C1NumericBox.SelectOnFocusProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectOnFocusProperty.html">SelectOnFocusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectOnFocus.html#C1_WPF_Input_C1NumericBox_SelectOnFocus">SelectOnFocus</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_SelectionLengthProperty" data-uid="C1.WPF.Input.C1NumericBox.SelectionLengthProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectionLengthProperty.html">SelectionLengthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectionLength.html#C1_WPF_Input_C1NumericBox_SelectionLength">SelectionLength</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_SelectionStartProperty" data-uid="C1.WPF.Input.C1NumericBox.SelectionStartProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectionStartProperty.html">SelectionStartProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectionStart.html#C1_WPF_Input_C1NumericBox_SelectionStart">SelectionStart</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_ShowButtonsProperty" data-uid="C1.WPF.Input.C1NumericBox.ShowButtonsProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.ShowButtonsProperty.html">ShowButtonsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.ShowButtons.html#C1_WPF_Input_C1NumericBox_ShowButtons">ShowButtons</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_TextAlignmentProperty" data-uid="C1.WPF.Input.C1NumericBox.TextAlignmentProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.TextAlignmentProperty.html">TextAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.TextAlignment.html#C1_WPF_Input_C1NumericBox_TextAlignment">TextAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_ValidationDecoratorStyleProperty" data-uid="C1.WPF.Input.C1NumericBox.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.ValidationDecoratorStyle.html#C1_WPF_Input_C1NumericBox_ValidationDecoratorStyle">ValidationDecoratorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_ValueProperty" data-uid="C1.WPF.Input.C1NumericBox.ValueProperty">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1NumericBox.Value.html#C1_WPF_Input_C1NumericBox_Value">Value</a> dependency property.</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_WPF_Input_C1NumericBox_AllowNull" data-uid="C1.WPF.Input.C1NumericBox.AllowNull">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.AllowNull.html#C1_WPF_Input_C1NumericBox_AllowNull">AllowNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can enter nulls values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_CaretBrush" data-uid="C1.WPF.Input.C1NumericBox.CaretBrush">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.CaretBrush.html#C1_WPF_Input_C1NumericBox_CaretBrush">CaretBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the blinking cursor of an input control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Culture" data-uid="C1.WPF.Input.C1NumericBox.Culture">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Culture.html#C1_WPF_Input_C1NumericBox_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>The Culture property is obsolete, use the FrameworkElement.Language property instead.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_DecreaseButtonStyle" data-uid="C1.WPF.Input.C1NumericBox.DecreaseButtonStyle">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.DecreaseButtonStyle.html#C1_WPF_Input_C1NumericBox_DecreaseButtonStyle">DecreaseButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the button that decreases the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_DecreaseIconStyle" data-uid="C1.WPF.Input.C1NumericBox.DecreaseIconStyle">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.DecreaseIconStyle.html#C1_WPF_Input_C1NumericBox_DecreaseIconStyle">DecreaseIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the icon shown in the decrease button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_DecreaseIconTemplate" data-uid="C1.WPF.Input.C1NumericBox.DecreaseIconTemplate">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.DecreaseIconTemplate.html#C1_WPF_Input_C1NumericBox_DecreaseIconTemplate">DecreaseIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the icon used in the decrease button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Delay" data-uid="C1.WPF.Input.C1NumericBox.Delay">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Delay.html#C1_WPF_Input_C1NumericBox_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay for the Increase and Decrease buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_FocusBrush" data-uid="C1.WPF.Input.C1NumericBox.FocusBrush">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.FocusBrush.html#C1_WPF_Input_C1NumericBox_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Format" data-uid="C1.WPF.Input.C1NumericBox.Format">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Format.html#C1_WPF_Input_C1NumericBox_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value for the Format of the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_HandleUpDownKeys" data-uid="C1.WPF.Input.C1NumericBox.HandleUpDownKeys">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.HandleUpDownKeys.html#C1_WPF_Input_C1NumericBox_HandleUpDownKeys">HandleUpDownKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets if the control handles the Up / Down / PageUp / PageDown keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IncreaseButtonStyle" data-uid="C1.WPF.Input.C1NumericBox.IncreaseButtonStyle">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IncreaseButtonStyle.html#C1_WPF_Input_C1NumericBox_IncreaseButtonStyle">IncreaseButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the button that increases the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IncreaseIconStyle" data-uid="C1.WPF.Input.C1NumericBox.IncreaseIconStyle">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IncreaseIconStyle.html#C1_WPF_Input_C1NumericBox_IncreaseIconStyle">IncreaseIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the icon shown in the increase button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IncreaseIconTemplate" data-uid="C1.WPF.Input.C1NumericBox.IncreaseIconTemplate">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IncreaseIconTemplate.html#C1_WPF_Input_C1NumericBox_IncreaseIconTemplate">IncreaseIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the icon used in the increase button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Increment" data-uid="C1.WPF.Input.C1NumericBox.Increment">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Increment.html#C1_WPF_Input_C1NumericBox_Increment">Increment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the increment applied when the user pressed the up/down arrow keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Interval" data-uid="C1.WPF.Input.C1NumericBox.Interval">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Interval.html#C1_WPF_Input_C1NumericBox_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval for the Increase and Decrease buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IsFocused" data-uid="C1.WPF.Input.C1NumericBox.IsFocused">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IsFocused.html#C1_WPF_Input_C1NumericBox_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the control is focused.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_IsReadOnly" data-uid="C1.WPF.Input.C1NumericBox.IsReadOnly">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.IsReadOnly.html#C1_WPF_Input_C1NumericBox_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value that determines if the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Maximum" data-uid="C1.WPF.Input.C1NumericBox.Maximum">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Maximum.html#C1_WPF_Input_C1NumericBox_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value allowed for the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Minimum" data-uid="C1.WPF.Input.C1NumericBox.Minimum">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Minimum.html#C1_WPF_Input_C1NumericBox_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value allowed for the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_MouseOverBorderBrush" data-uid="C1.WPF.Input.C1NumericBox.MouseOverBorderBrush">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.MouseOverBorderBrush.html#C1_WPF_Input_C1NumericBox_MouseOverBorderBrush">MouseOverBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the border of the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_MouseOverBrush" data-uid="C1.WPF.Input.C1NumericBox.MouseOverBrush">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.MouseOverBrush.html#C1_WPF_Input_C1NumericBox_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Placeholder" data-uid="C1.WPF.Input.C1NumericBox.Placeholder">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Placeholder.html#C1_WPF_Input_C1NumericBox_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_PressedBrush" data-uid="C1.WPF.Input.C1NumericBox.PressedBrush">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.PressedBrush.html#C1_WPF_Input_C1NumericBox_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_RangeValidationMode" data-uid="C1.WPF.Input.C1NumericBox.RangeValidationMode">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.RangeValidationMode.html#C1_WPF_Input_C1NumericBox_RangeValidationMode">RangeValidationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mode used to validate the range between Minimum and Maximum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_SelectOnFocus" data-uid="C1.WPF.Input.C1NumericBox.SelectOnFocus">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectOnFocus.html#C1_WPF_Input_C1NumericBox_SelectOnFocus">SelectOnFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the condition under which all control text is selected when the control receives focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_SelectionLength" data-uid="C1.WPF.Input.C1NumericBox.SelectionLength">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectionLength.html#C1_WPF_Input_C1NumericBox_SelectionLength">SelectionLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of characters in the current selection in the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_SelectionStart" data-uid="C1.WPF.Input.C1NumericBox.SelectionStart">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectionStart.html#C1_WPF_Input_C1NumericBox_SelectionStart">SelectionStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting position of the text selected in the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_ShowButtons" data-uid="C1.WPF.Input.C1NumericBox.ShowButtons">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.ShowButtons.html#C1_WPF_Input_C1NumericBox_ShowButtons">ShowButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Shows or hides the buttons for Increment or Decrement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_TextAlignment" data-uid="C1.WPF.Input.C1NumericBox.TextAlignment">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.TextAlignment.html#C1_WPF_Input_C1NumericBox_TextAlignment">TextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the text should be aligned in the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_ValidationDecoratorStyle" data-uid="C1.WPF.Input.C1NumericBox.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.ValidationDecoratorStyle.html#C1_WPF_Input_C1NumericBox_ValidationDecoratorStyle">ValidationDecoratorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that is applied to the inner <a class="xref" href="C1.WPF.Input.C1ValidationDecorator.html">C1ValidationDecorator</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Value" data-uid="C1.WPF.Input.C1NumericBox.Value">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Value.html#C1_WPF_Input_C1NumericBox_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the numeric value in the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a>.</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_WPF_Input_C1NumericBox_ChangeVisualStateButtonsVisibility_System_Boolean_" data-uid="C1.WPF.Input.C1NumericBox.ChangeVisualStateButtonsVisibility(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.ChangeVisualStateButtonsVisibility.html#C1_WPF_Input_C1NumericBox_ChangeVisualStateButtonsVisibility_System_Boolean_">ChangeVisualStateButtonsVisibility(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the ButtonsVisibility visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.Input.C1NumericBox.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.ChangeVisualStateCommon.html#C1_WPF_Input_C1NumericBox_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Dispose_System_Boolean_" data-uid="C1.WPF.Input.C1NumericBox.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Dispose.html#C1_WPF_Input_C1NumericBox_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_OnApplyTemplate" data-uid="C1.WPF.Input.C1NumericBox.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.OnApplyTemplate.html#C1_WPF_Input_C1NumericBox_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_OnGotFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Input.C1NumericBox.OnGotFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.OnGotFocus.html#C1_WPF_Input_C1NumericBox_OnGotFocus_System_Windows_RoutedEventArgs_">OnGotFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Input.C1NumericBox.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.OnIsKeyboardFocusWithinChanged.html#C1_WPF_Input_C1NumericBox_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Input.C1NumericBox.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.OnKeyDown.html#C1_WPF_Input_C1NumericBox_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_OnSelectionChanged_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Input.C1NumericBox.OnSelectionChanged(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.OnSelectionChanged.html#C1_WPF_Input_C1NumericBox_OnSelectionChanged_System_Windows_RoutedEventArgs_">OnSelectionChanged(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectionChanged.html">SelectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_OnValueChanged_C1_WPF_Core_PropertyChangedEventArgs_System_Double__" data-uid="C1.WPF.Input.C1NumericBox.OnValueChanged(C1.WPF.Core.PropertyChangedEventArgs{System.Double})">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.OnValueChanged.html#C1_WPF_Input_C1NumericBox_OnValueChanged_C1_WPF_Core_PropertyChangedEventArgs_System_Double__">OnValueChanged(PropertyChangedEventArgs&lt;double&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Input.C1NumericBox.ValueChanged.html">ValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_Select_System_Int32_System_Int32_" data-uid="C1.WPF.Input.C1NumericBox.Select(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.Select.html#C1_WPF_Input_C1NumericBox_Select_System_Int32_System_Int32_">Select(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the text specified by start and length.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_SelectionChanged" data-uid="C1.WPF.Input.C1NumericBox.SelectionChanged">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the text selection in the <a class="xref" href="C1.WPF.Input.C1NumericBox.html">C1NumericBox</a> control changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1NumericBox_ValueChanged" data-uid="C1.WPF.Input.C1NumericBox.ValueChanged">
          <a class="xref" href="C1.WPF.Input.C1NumericBox.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.WPF.Input.C1NumericBox.Value.html#C1_WPF_Input_C1NumericBox_Value">Value</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
