Click or drag to resize

NumericMaskedTextBoxTAllowDecimal Property

Gets or sets a value indicating whether the mask can input a decimal.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool AllowDecimal { get; set; }

Property Value

Type: Boolean
true to allow decimal; otherwise, false.
Remarks
This defaults to whether the type specified by T allows decimals, such as when it is a decimal, double, or float.
See Also