AutoMoveFocus |
Gets or sets a value indicating if the focus can navigate in the appropriate flow direction (e.g., from one cell to another when a cell is being edited) when the cursor is at the beginning or end of the auto-select text box. (Inherited from Xceed.Wpf.Toolkit.AutoSelectTextBox) |
AutoSelectBehavior |
Gets or sets a value indicating how the content of the auto-select text box is selected (Never or OnFocus). By default Never. |
BeepOnError |
Gets or sets whether a beep sound will be played on error. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |
FormatProvider |
Gets or sets the format provider. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |
HasParsingError |
Gets whether the control has a parsing error. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |
HasValidationError |
Gets whether the control has a validation error. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |
InsertKeyMode |
Gets or sets a value representing the text insertion mode of the masked text box. |
IsMaskCompleted |
Gets a value indicating if all required characters have been inputted into the mask. |
IsMaskFull |
Gets a value indicating if all characters, required and optional, have been inputted into the mask. |
IsValueOutOfRange |
Gets whether the control's value is out of range. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |
Mask |
Gets or sets the input mask. |
MaskTextProvider |
Gets the MaskedTextProvider that was used to mask the input text. |
MaxValue |
Gets or sets the maximum value of the control. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |
MinValue |
Gets or sets the minimum value of the control. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |
NullValue |
Gets or sets the null value. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |
PromptChar |
Gets or sets the character that represents the positions in the masked text box that require user input. |
RejectInputOnFirstFailure |
Gets or sets a value indicating if inputted text that is pasted into the masked text box can be rejected if it contains an invalid character for the corresponding mask position. |
ResetOnPrompt |
Gets or sets a value indicating if the character at the current caret position should be reset when the prompt character is pressed. |
ResetOnSpace |
Gets or sets a value indicating if the character at the current caret position should be reset when the space bar is pressed. |
RestrictToAscii |
Gets or sets a value indicating if the masked text box accepts non-ASCII characters. |
SkipLiterals |
Gets or sets a value indicating if literal values can be overwritten by their same values. |
Text |
Content of the MaskedTextBox. (Inherited from System.Windows.Controls.TextBox) |
Value |
Gets or sets the value of the MaskedTextBox. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |
ValueDataType |
Gets or sets the Type of the value. (Inherited from Xceed.Wpf.Toolkit.Primitives.ValueRangeTextBox) |