MaskedTextStepper<T> Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.MaskedTextStepper`1"]
The MaskedTextStepper<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaskedTextStepper<T>() |
Initializes a new instance of the MaskedTextStepper<T> class.
|
![]() | MaskedTextStepper<T>(IMaskedTextProvider<T>) |
Initializes a new instance of the MaskedTextStepper<T> class with the specified masked text provider.
|
Name | Description | |
---|---|---|
![]() | Provider |
Gets or sets the provider for the text box
|
![]() | Value |
Gets or sets the translated value of the masked text.
|
![]() | ValueBinding |
Gets a binding for the Value property.
|
Name | Description | |
---|---|---|
![]() | ValueChanged |
Event to handle when the Value property changes
|