DecimalTextBoxValue Property

Gets or sets the value of the DecimalTextBox.
Default value: 0.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(typeof(decimal), "0")]
[BindableAttribute(true)]
public decimal Value { get; set; }

Property Value

Decimal

See Also