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 .

Definition

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

Property Value

Decimal

See Also