MaskedTextStepperT Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.MaskedTextStepper`1"]
The MaskedTextStepperT type exposes the following members.
| Name | Description | |
|---|---|---|
| MaskedTextStepperT |
Initializes a new instance of the MaskedTextStepperT class.
| |
| MaskedTextStepperT(IMaskedTextProviderT) |
Initializes a new instance of the MaskedTextStepperT 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
|