Click or drag to resize

IMaskedTextProviderT Interface

Interface for a masked text provider that can be translated to a specific value.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IMaskedTextProvider<T> : IMaskedTextProvider

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.IMaskedTextProvider`1"]

The IMaskedTextProviderT type exposes the following members.

Properties
  NameDescription
Public propertyValue
Gets or sets the translated value of the mask.
Top
See Also