[]
Gets or sets the current decimal value in the component.
[C1Category("Data")]
[C1Description("RibbonNumericBox.Value", "The current Decimal value in the component.")]
[Bindable(true)]
public decimal Value { get; set; }
<C1Category("Data")>
<C1Description("RibbonNumericBox.Value", "The current Decimal value in the component.")>
<Bindable(True)>
Public Property Value As Decimal