DecimalTextBoxRange Property

Gets or sets the valid range for the Value property. If Value violates the newly set range, 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(DecimalRange), "Any")]
public DecimalRange Range { get; set; }

Property Value

DecimalRange

See Also