DecimalTextBoxValueOnBlank Property
Gets or sets what the
Value property should return in
Blank state.
Default value:
Zero.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(DecimalValueOnBlank.Zero)]
public DecimalValueOnBlank ValueOnBlank { get; set; }
<DefaultValueAttribute(DecimalValueOnBlank.Zero)>
Public Property ValueOnBlank As DecimalValueOnBlank
Get
Set
public:
[DefaultValueAttribute(DecimalValueOnBlank::Zero)]
property DecimalValueOnBlank ValueOnBlank {
DecimalValueOnBlank get ();
void set (DecimalValueOnBlank value);
}
[<DefaultValueAttribute(DecimalValueOnBlank.Zero)>]
member ValueOnBlank : DecimalValueOnBlank with get, set
Property Value
DecimalValueOnBlank