# C1.Win.Ribbon.RibbonNumericBox.Format

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_RibbonNumericBox_Format_" data-uid="C1.Win.Ribbon.RibbonNumericBox.Format*">Format Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_RibbonNumericBox_Format_" data-uid="C1.Win.Ribbon.RibbonNumericBox.Format*"></a>
<h4 id="C1_Win_Ribbon_RibbonNumericBox_Format" data-uid="C1.Win.Ribbon.RibbonNumericBox.Format">Format</h4>
<div class="markdown level1 summary"><p>Gets or sets the format of the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Value.html#C1_Win_Ribbon_RibbonNumericBox_Value">Value</a> displayed in the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Format&quot;)]
[C1Description(&quot;RibbonNumericBox.Format&quot;, &quot;The format of the value dispalyed in the RibbonNumericBox.&quot;)]
public string Format { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Format&quot;)&gt;
&lt;C1Description(&quot;RibbonNumericBox.Format&quot;, &quot;The format of the value dispalyed in the RibbonNumericBox.&quot;)&gt;
Public Property Format As String</code></pre>
</div>
</div>
