The RadMaskedTextBox type exposes the following members.
Properties
|
Â
| Name | Description |
|---|
 | AcceptReturn |
Gets or sets a value indicating whether AcceptReturn is available. This is valid only for MaskType = None.
|
 | AutoCompleteInterval |
Specifies the interval of time for which the user can insert text and the control to auto format it.
|
 | Culture |
Gets or sets the culture.
|
 | EmptyContent |
Gets or sets the content that will be displayed when the Value is null. This is a dependency property.
|
 | EmptyContentTemplate |
Gets or sets the DataTemplate that will be used with the EmptyContent. This is a dependency property.
|
 | IsEmpty |
Gets a value indicating whether the Value is empty (null). This is a dependency property.
|
 | IsFocused |
Gets the bool indicating whether the control is focused or not. This is a dependency property.
|
 | IsReadOnly |
Gets or sets the value that determines if the user can change the text in
the text box.
|
 | IsSpinEnabled |
Gets or sets the value indicating whether the instance will
respond to spin operation.
|
 | Mask |
Gets or sets the mask.
|
 | MaskedText |
Gets the masked text.
|
 | MaskType |
Gets or sets the type of the mask.
|
 | MaxLength |
Gets or sets the maximum number of characters that can be manually entered into the masked text box.
|
 | Placeholder |
Gets or sets the placeholder character.
|
 | SelectionLength |
Gets or sets the selection length.
|
 | SelectionOnFocus |
Specifies the modification over the selection when the control receives focus.
|
 | SelectionStart |
Gets or sets the selection start.
|
 | TextAlignment |
Gets or sets how the text should be aligned in the text box.
|
 | UpdateValueEvent |
Gets or sets the way the Value property is updated. This is a dependency property.
|
 | Value |
Gets or sets the value.
|
See Also