| | Name | Description |
 | ActualHeight | (Inherited from System.Windows.FrameworkElement) |
 | ActualWidth | (Inherited from System.Windows.FrameworkElement) |
 | AllowDrop | (Inherited from System.Windows.UIElement) |
 | AllowShiftingAcrossSections | Specifies whether to shift characters across section boundaries when deleting characters. Default value is True. |
 | AlwaysValidate | Specifies whether to validate the editor's value even if the user doesn't modify the value. Default value is False where the editor only validates the value if the user modifies it. (Inherited from Infragistics.Controls.Editors.ValueInput) |
 | AlwaysValidateResolved | Read-only. Gets the resolved value of the ValueInput.AlwaysValidate property. (Inherited from Infragistics.Controls.Editors.ValueInput) |
 | AutoFillDate | Specifies whether to auto-fill empty date components when the user attempts to leave the editor. The default is None. |
 | Background | (Inherited from System.Windows.Controls.Control) |
 | BorderBrush | (Inherited from System.Windows.Controls.Control) |
 | BorderThickness | (Inherited from System.Windows.Controls.Control) |
 | CacheMode | (Inherited from System.Windows.UIElement) |
 | Clip | (Inherited from System.Windows.UIElement) |
 | ClipMode |
Returns or sets a value that determines how the control's contents will be copied to the clipboard when data masking is in enabled.
|
 | Cursor | (Inherited from System.Windows.FrameworkElement) |
 | DataContext | (Inherited from System.Windows.FrameworkElement) |
 | DataMode |
Returns or sets a value that determines how the control's contents will be stored by
the data source when data masking is enabled.
|
 | DesiredSize | (Inherited from System.Windows.UIElement) |
 | Dispatcher | (Inherited from System.Windows.DependencyObject) |
 | DisplayChars |
A collection of the display characters used in the control. Returns
a valid collection only if the mask has been parsed yet.
|
 | DisplayMode |
Returns or sets a value that determines how the control's contents will be displayed when the control is not in edit mode and data masking is enabled.
|
 | DisplayText |
Returns the display text. Note that display text is only used when the editor is not in edit mode.
(Inherited from Infragistics.Controls.Editors.TextInputBase) |
 | Effect | (Inherited from System.Windows.UIElement) |
 | FlowDirection | (Inherited from System.Windows.FrameworkElement) |
 | FontFamily | (Inherited from System.Windows.Controls.Control) |
 | FontSize | (Inherited from System.Windows.Controls.Control) |
 | FontStretch | (Inherited from System.Windows.Controls.Control) |
 | FontStyle | (Inherited from System.Windows.Controls.Control) |
 | FontWeight | (Inherited from System.Windows.Controls.Control) |
 | Foreground | (Inherited from System.Windows.Controls.Control) |
 | Format |
Specifies format used for converting between value and text.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | FormatProvider |
Specifies format provider used for converting between value and text.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | HasValueChanged |
Determines if the content has changed while in edit mode (read-only).
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | Height | (Inherited from System.Windows.FrameworkElement) |
 | HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) |
 | HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) |
 | InsertMode |
Returns or sets the editing mode (insert or overstrike).
|
 | InvalidValueBehavior |
Specifies what action to take when the user attempts to leave the editor with an invalid value.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | InvalidValueErrorInfo |
If the editor's value is invalid, returns error information regarding why it's invalid.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | IsEnabled | (Inherited from System.Windows.Controls.Control) |
 | IsHitTestVisible | (Inherited from System.Windows.UIElement) |
 | IsKeyboardFocusWithin |
Indicates whether the editor has keyboard focus.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | IsMouseOver |
Returns a value indicating whether the mouse is over the editor.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | IsReadOnly | Specifies whether the user is allowed to modify the value in the editor. Default value is false. (Inherited from Infragistics.Controls.Editors.ValueInput) |
 | IsTabStop | (Inherited from System.Windows.Controls.Control) |
 | IsValueValid |
Specifies whether the current value of the editor is valid.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | Language | (Inherited from System.Windows.FrameworkElement) |
 | Margin | (Inherited from System.Windows.FrameworkElement) |
 | Mask |
Returns or sets the mask associated with the masked edit control.
|
 | MaxHeight | (Inherited from System.Windows.FrameworkElement) |
 | MaxWidth | (Inherited from System.Windows.FrameworkElement) |
 | MinHeight | (Inherited from System.Windows.FrameworkElement) |
 | MinWidth | (Inherited from System.Windows.FrameworkElement) |
 | Name | (Inherited from System.Windows.FrameworkElement) |
 | NullText |
The text to display when the value of the editor is null and the editor is not in edit mode.
The default value is empty string.
(Inherited from Infragistics.Controls.Editors.TextInputBase) |
 | Opacity | (Inherited from System.Windows.UIElement) |
 | OpacityMask | (Inherited from System.Windows.UIElement) |
 | OriginalValue |
Gets the original value while in edit mode (read-only)
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | PadChar |
Returns or sets the character that will be used as the pad character. Default is space character (' ').
|
 | Padding | (Inherited from System.Windows.Controls.Control) |
 | Parent | (Inherited from System.Windows.FrameworkElement) |
 | Projection | (Inherited from System.Windows.UIElement) |
 | PromptChar |
Returns or sets the prompt character. The default prompt character is the underscore (_).
|
 | RenderSize | (Inherited from System.Windows.UIElement) |
 | RenderTransform | (Inherited from System.Windows.UIElement) |
 | RenderTransformOrigin | (Inherited from System.Windows.UIElement) |
 | Resources | (Inherited from System.Windows.FrameworkElement) |
 | Sections |
A collection of the sections used in the control. Returns
a valid collection only if the mask has been parsed yet.
|
 | SectionTabNavigation | Specifies whether to tab between sections when Tab and Shift+Tab keys are pressed. The default value is NextControl. |
 | SelectAllBehavior | Specifies whether to select only the entered characters or all the characters (including prompt characters) when the editor performs the operation of select all text. The default value of the property is SelectAllCharacters. |
 | SelectedText |
Gets or sets the selected text.
|
 | SelectionLength |
Gets/sets the length of the selected text. If nothing is selected then returns 0.
|
 | SelectionStart |
Indicates the start location of the selected text. If no text is selected, this property indicates
the location of the caret.
|
 | SpinButtonDisplayMode | Specifies if and when to display spin buttons which are used to increment or decrement the editor value. Default value is Never. |
 | SpinButtonStyle |
Used for setting the Style of the spin buttons which are instances of RepeatButton class. Default value is null.
|
 | SpinButtonVisibilityResolved |
Returns the value indicating whether the spin buttons should be displayed.
|
 | SpinIncrement |
Specifies the amount by which to increase or decrease the value of the editor when
up or down spin button is clicked.
|
 | SpinWrap | Returns or sets a value indicating whether the control's spin buttons should wrap its value. Default value is False. |
 | Style | (Inherited from System.Windows.FrameworkElement) |
 | TabIndex | (Inherited from System.Windows.Controls.Control) |
 | TabNavigation | (Inherited from System.Windows.Controls.Control) |
 | Tag | (Inherited from System.Windows.FrameworkElement) |
 | Template | (Inherited from System.Windows.Controls.Control) |
 | Text |
Gets or sets the value of the editor as text.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | TextLength |
Indicates the total length of the text in the control when in edit mode.
|
 | Triggers | (Inherited from System.Windows.FrameworkElement) |
 | TrimFractionalZeros | Specifies whether to trim insignificant zero's in fraction part of numeric masks. Default value is False. |
 | UseLayoutRounding | (Inherited from System.Windows.UIElement) |
 | Value |
Gets or sets the value of the editor.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | ValueConstraint | Gets or sets the constraints for editor input. Default value is null. (Inherited from Infragistics.Controls.Editors.ValueInput) |
 | ValueToDisplayTextConverter |
Specifies the converter used for converting between display text and value.
(Inherited from Infragistics.Controls.Editors.TextInputBase) |
 | ValueToDisplayTextConverterResolved |
Resolved converter used for converting editor value to editor display text.
(Inherited from Infragistics.Controls.Editors.TextInputBase) |
 | ValueToTextConverter |
Specifies the converter used for converting between text and value.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | ValueToTextConverterResolved |
Resolved converter used for converting editor value to editor text.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | ValueType |
Gets or sets the type of values that this editor manipulates.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | ValueTypeName |
Gets or sets the name of the type of values that this editor manipulates.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | ValueTypeResolved |
Gets the resolved value type.
(Inherited from Infragistics.Controls.Editors.ValueInput) |
 | VerticalAlignment | (Inherited from System.Windows.FrameworkElement) |
 | VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) |
 | Visibility | (Inherited from System.Windows.UIElement) |
 | Width | (Inherited from System.Windows.FrameworkElement) |