Click or drag to resize

NumericMaskedTextProviderAllowDecimal Property

Gets or sets a value indicating that the mask can optionally include a decimal, as specified by the DecimalCharacter.

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 the decimal; otherwise, false.
See Also