Click or drag to resize

VariableMaskedTextProvider.DisplayText 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

IMaskedTextProvider.DisplayText
See Also