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 .

Definition

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

Property Value

Decimal

See Also