DecimalTextBoxRangeMinValue Property
Gets or sets the accepted minimum
Value.
If
Value violates the newly set minimum value, then either
Blank will be set, or
Value will be corrected if
BlankEnabled is
.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(typeof(decimal), "0")]
public decimal RangeMinValue { get; set; }
<DefaultValueAttribute(GetType(Decimal), "0")>
Public Property RangeMinValue As Decimal
Get
Set
public:
[DefaultValueAttribute(typeof(Decimal), L"0")]
property Decimal RangeMinValue {
Decimal get ();
void set (Decimal value);
}
[<DefaultValueAttribute(typeof(decimal), "0")>]
member RangeMinValue : decimal with get, set
Property Value
Decimal