DecimalTextBoxValue Property
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(typeof(decimal), "0")]
[BindableAttribute(true)]
public decimal Value { get; set; }
<DefaultValueAttribute(GetType(Decimal), "0")>
<BindableAttribute(true)>
Public Property Value As Decimal
Get
Set
public:
[DefaultValueAttribute(typeof(Decimal), L"0")]
[BindableAttribute(true)]
property Decimal Value {
Decimal get ();
void set (Decimal value);
}
[<DefaultValueAttribute(typeof(decimal), "0")>]
[<BindableAttribute(true)>]
member Value : decimal with get, set
Property Value
Decimal