Click or drag to resize

IMaskedTextProviderIsEmpty Property

Gets a value indicating the mask is empty with no characters filled out.

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

Property Value

Type: Boolean
true if the mask value is empty; otherwise, false.
See Also