RadControls for Silverlight

The RadMaskedTextBox type exposes the following members.

Properties

  NameDescription
Public propertyAcceptReturn
Gets or sets a value indicating whether AcceptReturn is available. This is valid only for MaskType = None.
Public propertyAutoCompleteInterval
Specifies the interval of time for which the user can insert text and the control to auto format it.
Public propertyCulture
Gets or sets the culture.
Public propertyEmptyContent
Gets or sets the content that will be displayed when the Value is null. This is a dependency property.
Public propertyEmptyContentTemplate
Gets or sets the DataTemplate that will be used with the EmptyContent. This is a dependency property.
Public propertyIsEmpty
Gets a value indicating whether the Value is empty (null). This is a dependency property.
Public propertyIsFocused
Gets the bool indicating whether the control is focused or not. This is a dependency property.
Public propertyIsReadOnly
Gets or sets the value that determines if the user can change the text in the text box.
Public propertyIsSpinEnabled
Gets or sets the value indicating whether the instance will respond to spin operation.
Public propertyMask
Gets or sets the mask.
Public propertyMaskedText
Gets the masked text.
Public propertyMaskType
Gets or sets the type of the mask.
Public propertyMaxLength
Gets or sets the maximum number of characters that can be manually entered into the masked text box.
Public propertyPlaceholder
Gets or sets the placeholder character.
Public propertySelectionLength
Gets or sets the selection length.
Public propertySelectionOnFocus
Specifies the modification over the selection when the control receives focus.
Public propertySelectionStart
Gets or sets the selection start.
Public propertyTextAlignment
Gets or sets how the text should be aligned in the text box.
Public propertyUpdateValueEvent
Gets or sets the way the Value property is updated. This is a dependency property.
Public propertyValue
Gets or sets the value.

See Also