Click or drag to resize

FixedMaskedTextProviderIHandlerIncludeLiterals Property

Gets or sets a value indicating that the Text property includes literals in the mask.

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

Property Value

Type: Boolean
true to include literals; otherwise, false.
See Also