Click or drag to resize

FixedMaskedTextProviderDisplayText Property

Gets the display text, including prompt characters.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual string DisplayText { get; }

Property Value

Type: String
The display text.

Implements

IMaskedTextProviderDisplayText
See Also