DecimalTextBoxRangeMaxValue Property
Gets or sets the accepted maximum
Value.
If
Value violates the newly set maximum 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 RangeMaxValue { get; set; }
<DefaultValueAttribute(GetType(Decimal), "0")>
Public Property RangeMaxValue As Decimal
Get
Set
public:
[DefaultValueAttribute(typeof(Decimal), L"0")]
property Decimal RangeMaxValue {
Decimal get ();
void set (Decimal value);
}
[<DefaultValueAttribute(typeof(decimal), "0")>]
member RangeMaxValue : decimal with get, set
Property Value
Decimal