| | Name | Description |
 | ActualHeight | (Inherited from System.Windows.FrameworkElement) |
 | ActualWidth | (Inherited from System.Windows.FrameworkElement) |
 | AllowDrop | (Inherited from System.Windows.UIElement) |
 | 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. |
 | AlwaysValidateResolved | Read-only. Gets the resolved value of the ValueInput.AlwaysValidate property. |
 | 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) |
 | Cursor | (Inherited from System.Windows.FrameworkElement) |
 | DataContext | (Inherited from System.Windows.FrameworkElement) |
 | DesiredSize | (Inherited from System.Windows.UIElement) |
 | Dispatcher | (Inherited from System.Windows.DependencyObject) |
 | 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.
|
 | FormatProvider |
Specifies format provider used for converting between value and text.
|
 | HasValueChanged |
Determines if the content has changed while in edit mode (read-only).
|
 | Height | (Inherited from System.Windows.FrameworkElement) |
 | HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) |
 | HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) |
 | InvalidValueBehavior |
Specifies what action to take when the user attempts to leave the editor with an invalid value.
|
 | InvalidValueErrorInfo |
If the editor's value is invalid, returns error information regarding why it's invalid.
|
 | IsEnabled | (Inherited from System.Windows.Controls.Control) |
 | IsHitTestVisible | (Inherited from System.Windows.UIElement) |
 | IsKeyboardFocusWithin |
Indicates whether the editor has keyboard focus.
|
 | IsMouseOver |
Returns a value indicating whether the mouse is over the editor.
|
 | IsReadOnly | Specifies whether the user is allowed to modify the value in the editor. Default value is false. |
 | IsTabStop | (Inherited from System.Windows.Controls.Control) |
 | IsValueValid |
Specifies whether the current value of the editor is valid.
|
 | Language | (Inherited from System.Windows.FrameworkElement) |
 | Margin | (Inherited from System.Windows.FrameworkElement) |
 | 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) |
 | Opacity | (Inherited from System.Windows.UIElement) |
 | OpacityMask | (Inherited from System.Windows.UIElement) |
 | OriginalValue |
Gets the original value while in edit mode (read-only)
|
 | Padding | (Inherited from System.Windows.Controls.Control) |
 | Parent | (Inherited from System.Windows.FrameworkElement) |
 | Projection | (Inherited from System.Windows.UIElement) |
 | RenderSize | (Inherited from System.Windows.UIElement) |
 | RenderTransform | (Inherited from System.Windows.UIElement) |
 | RenderTransformOrigin | (Inherited from System.Windows.UIElement) |
 | Resources | (Inherited from System.Windows.FrameworkElement) |
 | 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.
|
 | Triggers | (Inherited from System.Windows.FrameworkElement) |
 | UseLayoutRounding | (Inherited from System.Windows.UIElement) |
 | Value |
Gets or sets the value of the editor.
|
 | ValueConstraint | Gets or sets the constraints for editor input. Default value is null. |
 | ValueToTextConverter |
Specifies the converter used for converting between text and value.
|
 | ValueToTextConverterResolved |
Resolved converter used for converting editor value to editor text.
|
 | ValueType |
Gets or sets the type of values that this editor manipulates.
|
 | ValueTypeName |
Gets or sets the name of the type of values that this editor manipulates.
|
 | ValueTypeResolved |
Gets the resolved value type.
|
 | 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) |