RadControls for WPF

The RadMaskedInputBase type exposes the following members.

Properties

  NameDescription
Public propertyAcceptsReturn
Gets or sets a value indicating whether newline is accepted when the mask supports multiline.
Protected propertyStatic memberAllowedDateTimeTokens
Gets the allowed DateTime tokens from the TokenLocator.
Protected propertyStatic memberAllowedModifierTokens
Gets the allowed modifier tokens from the TokenLocator.
Protected propertyStatic memberAllowedNumericTokens
Gets the allowed Numeric tokens from the TokenLocator.
Public propertyAllowInvalidValues
Gets or sets whether invalid values should be accepted as valid and set to the Value property.
Protected propertyBuilder
Represents a StringBuilder for performing string operations.
Public propertyClearButtonStyle
Gets or sets the ClearButton style.
Public propertyClearCommand
Gets or sets the Clear command.
Public propertyCopyCommand
Gets or sets the Copy command.
Public propertyCulture
Gets or sets the Culture.
Public propertyCutCommand
Gets or sets the Cut command.
Public propertyDisplayErrorMessage
Gets the DisplayErrorMessage.
Protected propertyEditableTextEnd
Gets the ending position in the MaskedText that can be edited.
Protected propertyEditableTextLength
Gets the length of the editable section in the MaskedText.
Protected propertyEditableTextStart
Gets the starting position in the MaskedText that can be edited.
Public propertyEmptyContent
Gets or sets the Empty content.
Public propertyEmptyContentTemplate
Gets or sets the template of the EmptyContent.
Public propertyErrorMessage
Gets or sets the Error message.
Public propertyErrorMessageTemplate
Gets or sets the template of the ErrorMessage.
Protected propertyEscapedPositions
Contains the escaped positions of the MaskedText.
Public propertyFormatString
Gets or sets the formatting string used to format the Text value.
Public propertyHasErrors
Gets or sets whether the control has errors.
Public propertyInputBehavior
Gets or sets the InputBehavior.
Protected propertyInputBehaviorResolved
Gets or sets the resolved InputBehavior.
Public propertyIsClearButtonVisible
Gets or sets whether the clear button is visible.
Public propertyIsEmpty
Gets or sets the IsEmpty property.
Public propertyIsLastPositionEditable
Gets or sets a value indicating whether this instance is last position editable.
Public propertyIsMaskValid
Gets or sets whether the control's mask is valid.
Public propertyIsReadOnly
Gets or sets whether the control is IsReadOnly.
Protected propertyIsRevertingValue
Protected propertyIsUsingOneWayBinding
Gets or sets value indicating whether the control is one-way bound.
Protected propertyIsValueChangingFromInternal
Specifies whether the Value is being changed from the ValueInternal property.
Protected propertyIsValueInternalSync
Specifies whether the ValueInternal is being synched from the Value property.
Protected propertyLiteralPositions
Contains the literal positions of the MaskedText.
Public propertyMask
Gets or sets the Mask.
Protected propertyMaskedTextResolved
The resolved masked text.
Protected propertyMaskResolved
Gets or sets the resolved Mask.
Public propertyOriginalValue
Gets or sets the OriginalValue.
Public propertyPasteCommand
Gets or sets the Paste command.
Public propertyPlaceholder
Gets or sets the Placeholder.
Public propertySectionsNavigationMode
Gets or sets the sections navigation mode.
Public propertySelectionLength
Gets or sets the Selection length.
Public propertySelectionOnFocus
Gets or sets the SelectionOnFocus.
Public propertySelectionStart
Gets or sets the Selection start.
Protected propertySeparators
Contains the Separators of the Mask.
Public propertySpinMode
Gets or sets the SpinMode.
Public propertyText
Identifies the Text dependency property.
Public propertyTextBoxStyle
Gets the style of the TextBox.
Public propertyTextMode
Gets or sets the TextMode.
Public propertyUpdateValueEvent
Gets or sets the UpdateValueEvent.
Protected propertyUseBaseNavigation
Gets or sets a value whether the base class should apply base navigation.
Public propertyValueToTextConverter
Gets or sets the ValueToTextConverter.

See Also