DecimalTextBoxValueOnBlank Property

Gets or sets what the Value property should return in Blank state.
Default value: Zero.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(DecimalValueOnBlank.Zero)]
public DecimalValueOnBlank ValueOnBlank { get; set; }

Property Value

DecimalValueOnBlank

See Also