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
.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(typeof(DecimalRange), "Any")]
public DecimalRange Range { get; set; }
<DefaultValueAttribute(GetType(DecimalRange), "Any")>
Public Property Range As DecimalRange
Get
Set
public:
[DefaultValueAttribute(typeof(DecimalRange), L"Any")]
property DecimalRange Range {
DecimalRange get ();
void set (DecimalRange value);
}
[<DefaultValueAttribute(typeof(DecimalRange), "Any")>]
member Range : DecimalRange with get, set
Property Value
DecimalRange