Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
ValueInput Class Members
See Also  Fields  Properties  Methods  Events E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace : ValueInput Class


The following tables list the members exposed by ValueInput.

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)AlwaysValidatePropertyIdentifies the ValueInput.AlwaysValidate dependency property.  
public Fieldstatic (Shared in Visual Basic)FormatPropertyIdentifies the ValueInput.Format dependency property.  
public Fieldstatic (Shared in Visual Basic)FormatProviderPropertyIdentifies the ValueInput.FormatProvider dependency property.  
public Fieldstatic (Shared in Visual Basic)HasValueChangedPropertyIdentifies the Read-Only HasValueChanged dependency property.  
public Fieldstatic (Shared in Visual Basic)InvalidValueBehaviorPropertyIdentifies the ValueInput.InvalidValueBehavior dependency property  
public Fieldstatic (Shared in Visual Basic)InvalidValueErrorInfoPropertyIdentifies the read-only ValueInput.InvalidValueErrorInfo dependency property.  
public Fieldstatic (Shared in Visual Basic)IsKeyboardFocusWithinPropertyIdentifies the read-only IsKeyboardFocusWithin dependency property  
public Fieldstatic (Shared in Visual Basic)IsMouseOverPropertyIdentifies the read-only IsMouseOver dependency property  
public Fieldstatic (Shared in Visual Basic)IsReadOnlyPropertyIdentifies the ValueInput.IsReadOnly dependency property.  
public Fieldstatic (Shared in Visual Basic)IsValueValidPropertyIdentifies the Read-Only ValueInput.IsValueValid dependency property.  
public Fieldstatic (Shared in Visual Basic)OriginalValuePropertyIdentifies the ValueInput.OriginalValue dependency property  
public Fieldstatic (Shared in Visual Basic)TextPropertyIdentifies the Text dependency property.  
public Fieldstatic (Shared in Visual Basic)ValueConstraintPropertyIdentifies the ValueInput.ValueConstraint dependency property.  
public Fieldstatic (Shared in Visual Basic)ValuePropertyIdentifies the Infragistics.Controls.Editors.ValueInput.Value dependency property.  
public Fieldstatic (Shared in Visual Basic)ValueToTextConverterPropertyIdentifies the ValueToTextConverter dependency property.  
public Fieldstatic (Shared in Visual Basic)ValueTypeNamePropertyIdentifies the ValueTypeName dependency property  
public Fieldstatic (Shared in Visual Basic)ValueTypePropertyIdentifies the Infragistics.Controls.Editors.ValueInput.ValueType dependency property.  
public Fieldstatic (Shared in Visual Basic)ValueTypeResolvedPropertyIdentifies the read-only ValueInput.ValueTypeResolved dependency property  
Top

Public Properties

 NameDescription
public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
public PropertyAllowDrop (Inherited from System.Windows.UIElement)
public PropertyAlwaysValidateSpecifies 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.  
public PropertyAlwaysValidateResolvedRead-only. Gets the resolved value of the ValueInput.AlwaysValidate property.  
public PropertyBackground (Inherited from System.Windows.Controls.Control)
public PropertyBorderBrush (Inherited from System.Windows.Controls.Control)
public PropertyBorderThickness (Inherited from System.Windows.Controls.Control)
public PropertyCacheMode (Inherited from System.Windows.UIElement)
public PropertyClip (Inherited from System.Windows.UIElement)
public PropertyCursor (Inherited from System.Windows.FrameworkElement)
public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
public PropertyDesiredSize (Inherited from System.Windows.UIElement)
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyEffect (Inherited from System.Windows.UIElement)
public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
public PropertyFontFamily (Inherited from System.Windows.Controls.Control)
public PropertyFontSize (Inherited from System.Windows.Controls.Control)
public PropertyFontStretch (Inherited from System.Windows.Controls.Control)
public PropertyFontStyle (Inherited from System.Windows.Controls.Control)
public PropertyFontWeight (Inherited from System.Windows.Controls.Control)
public PropertyForeground (Inherited from System.Windows.Controls.Control)
public PropertyFormat Specifies format used for converting between value and text.  
public PropertyFormatProvider Specifies format provider used for converting between value and text.  
public PropertyHasValueChanged Determines if the content has changed while in edit mode (read-only).  
public PropertyHeight (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalContentAlignment (Inherited from System.Windows.Controls.Control)
public PropertyInvalidValueBehavior Specifies what action to take when the user attempts to leave the editor with an invalid value.  
public PropertyInvalidValueErrorInfo If the editor's value is invalid, returns error information regarding why it's invalid.  
public PropertyIsEnabled (Inherited from System.Windows.Controls.Control)
public PropertyIsHitTestVisible (Inherited from System.Windows.UIElement)
public PropertyIsKeyboardFocusWithin Indicates whether the editor has keyboard focus.  
public PropertyIsMouseOver Returns a value indicating whether the mouse is over the editor.  
public PropertyIsReadOnlySpecifies whether the user is allowed to modify the value in the editor. Default value is false.  
public PropertyIsTabStop (Inherited from System.Windows.Controls.Control)
public PropertyIsValueValid Specifies whether the current value of the editor is valid.  
public PropertyLanguage (Inherited from System.Windows.FrameworkElement)
public PropertyMargin (Inherited from System.Windows.FrameworkElement)
public PropertyMaxHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMaxWidth (Inherited from System.Windows.FrameworkElement)
public PropertyMinHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMinWidth (Inherited from System.Windows.FrameworkElement)
public PropertyName (Inherited from System.Windows.FrameworkElement)
public PropertyOpacity (Inherited from System.Windows.UIElement)
public PropertyOpacityMask (Inherited from System.Windows.UIElement)
public PropertyOriginalValue Gets the original value while in edit mode (read-only)  
public PropertyPadding (Inherited from System.Windows.Controls.Control)
public PropertyParent (Inherited from System.Windows.FrameworkElement)
public PropertyProjection (Inherited from System.Windows.UIElement)
public PropertyRenderSize (Inherited from System.Windows.UIElement)
public PropertyRenderTransform (Inherited from System.Windows.UIElement)
public PropertyRenderTransformOrigin (Inherited from System.Windows.UIElement)
public PropertyResources (Inherited from System.Windows.FrameworkElement)
public PropertyStyle (Inherited from System.Windows.FrameworkElement)
public PropertyTabIndex (Inherited from System.Windows.Controls.Control)
public PropertyTabNavigation (Inherited from System.Windows.Controls.Control)
public PropertyTag (Inherited from System.Windows.FrameworkElement)
public PropertyTemplate (Inherited from System.Windows.Controls.Control)
public PropertyText Gets or sets the value of the editor as text.  
public PropertyTriggers (Inherited from System.Windows.FrameworkElement)
public PropertyUseLayoutRounding (Inherited from System.Windows.UIElement)
public PropertyValue Gets or sets the value of the editor.  
public PropertyValueConstraintGets or sets the constraints for editor input. Default value is null.  
public PropertyValueToTextConverter Specifies the converter used for converting between text and value.  
public PropertyValueToTextConverterResolved Resolved converter used for converting editor value to editor text.  
public PropertyValueType Gets or sets the type of values that this editor manipulates.  
public PropertyValueTypeName Gets or sets the name of the type of values that this editor manipulates.  
public PropertyValueTypeResolved Gets the resolved value type.  
public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyVerticalContentAlignment (Inherited from System.Windows.Controls.Control)
public PropertyVisibility (Inherited from System.Windows.UIElement)
public PropertyWidth (Inherited from System.Windows.FrameworkElement)
Top

Protected Properties

 NameDescription
protected PropertyDefaultStyleKey (Inherited from System.Windows.Controls.Control)
protected PropertyDefaultValueToTextConverter Returns the default converter used for converting between the value and the text.  
protected PropertyDefaultValueTypeReturns the default value type of the editor. When the Infragistics.Controls.Editors.ValueInput.ValueType property is not set, this is the type that the ValueInput.ValueTypeResolved will return.  
protected PropertyFocusSite Returns the element that is to revieve keyboard focus when the editor is focused.  
Top

Public Methods

 NameDescription
public MethodAddHandler (Inherited from System.Windows.UIElement)
public MethodApplyTemplate (Inherited from System.Windows.Controls.Control)
public MethodArrange (Inherited from System.Windows.UIElement)
public MethodCanEditType Determines if the editor natively supports editing values of specified type.  
public MethodCanRenderType Determines if the editor natively supports displaying of values of specified type.  
public MethodCaptureMouse (Inherited from System.Windows.UIElement)
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodConvertTextToValueConverts the specified text to the value type using the ValueInput.ValueToTextConverterResolved. This method is typically called to convert the text modified by the user back to the ValueType.  
public MethodConvertValueToTextConverts the specified value to text using the ValueInput.ValueToTextConverterResolved. This method is used to display the value of the editor when the editor is in edit mode.  
public MethodFindName (Inherited from System.Windows.FrameworkElement)
public MethodFocus (Inherited from System.Windows.Controls.Control)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetBindingExpression (Inherited from System.Windows.FrameworkElement)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInvalidateArrange (Inherited from System.Windows.UIElement)
public MethodInvalidateMeasure (Inherited from System.Windows.UIElement)
public MethodIsExtentBasedOnValue Indicates whether the desired width or the height of the editor is based on the value.  
public MethodMeasure (Inherited from System.Windows.UIElement)
public MethodOnApplyTemplateOverridden.  Called when the template is applied.  
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public Methodstatic (Shared in Visual Basic)RegisterResources Adds an additonal Resx file in which the control will pull its resources from.  
public MethodReleaseMouseCapture (Inherited from System.Windows.UIElement)
public MethodRemoveHandler (Inherited from System.Windows.UIElement)
public MethodResetFormatResets the Format property to its default value of null.  
public MethodResetFormatProviderResets the FormatProvider property to its default value of null.  
public MethodResetIsReadOnlyResets the IsReadOnly property to its default value of false.  
public MethodResetValueConstraintResets the ValueConstraint property to its default value of null.  
public MethodResetValueType Resets the ValueType property to its default value.  
public MethodSetBinding (Inherited from System.Windows.FrameworkElement)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodShouldSerializeFormat Returns true if the Format property is set to a non-default value.  
public MethodShouldSerializeFormatProvider Returns true if the FormatProvider property is set to a non-default value.  
public MethodShouldSerializeIsReadOnly Returns true if the IsReadOnly property is set to a non-default value.  
public MethodShouldSerializeValueConstraint Returns true if the ValueConstraint property is set to a non-default value.  
public MethodShouldSerializeValueType Returns true if the ValueType property is set to a non-default value.  
public MethodTransformToVisual (Inherited from System.Windows.UIElement)
public Methodstatic (Shared in Visual Basic)UnregisterResources Removes a previously registered resx file.  
public MethodUpdateLayout (Inherited from System.Windows.UIElement)
public MethodValidateCurrentValueOverloaded. Validates the current value of the editor and initializes the ValueInput.IsValueValid property based on the results of the value validation.  
Top

Protected Methods

 NameDescription
protected MethodArrangeOverride (Inherited from System.Windows.FrameworkElement)
protected MethodDoInitialization Called from OnInitialized to provide the derived classes an opportunity to perform appropriate initialization tasks. OnInitialized implementation enters the editor into edit mode at the end if AlwaysInEditMode is true. This method is called before that.  
protected MethodGetFocusSite Gets the focus site of the editor.  
protected MethodGetTemplateChild (Inherited from System.Windows.Controls.Control)
protected MethodInitializeOriginalValueFromValueCalled when starting edit mode to copy the Content propety value into the ValueInput.OriginalValue property.  
protected MethodMeasureOverride (Inherited from System.Windows.FrameworkElement)
protected MethodOnCoerceTextCalled from the Text property's CoerceValue handler. The default implementation does nothing.  
protected MethodOnCreateAutomationPeerOverridden. Returns an automation peer that exposes the Infragistics.Controls.Editors.ValueInput to UI Automation.  
protected MethodOnDragEnter (Inherited from System.Windows.Controls.Control)
protected MethodOnDragLeave (Inherited from System.Windows.Controls.Control)
protected MethodOnDragOver (Inherited from System.Windows.Controls.Control)
protected MethodOnDrop (Inherited from System.Windows.Controls.Control)
protected MethodOnFocusSiteChanged Called when the focus site changes.  
protected MethodOnGotFocusOverridden.  Overridden. Called when the control receives focus.  
protected MethodOnIsReadOnlyChangedCalled when the ValueInput.IsReadOnly property has been changed  
protected MethodOnKeyDown (Inherited from System.Windows.Controls.Control)
protected MethodOnKeyUp (Inherited from System.Windows.Controls.Control)
protected MethodOnLostFocus (Inherited from System.Windows.Controls.Control)
protected MethodOnLostMouseCapture (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseEnterOverridden.  Invoked when the mouse is moved within the bounds of the element.  
protected MethodOnMouseLeaveOverridden.  Invoked when the mouse is moved outside the bounds of the element.  
protected MethodOnMouseLeftButtonDownOverridden.  Called when the left mouse button is pressed.  
protected MethodOnMouseLeftButtonUp (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseMove (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseRightButtonDown (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseRightButtonUp (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseWheel (Inherited from System.Windows.Controls.Control)
protected MethodOnTextChanged Called when property 'Text' changes  
protected MethodOnTextInput (Inherited from System.Windows.Controls.Control)
protected MethodOnTextInputStart (Inherited from System.Windows.Controls.Control)
protected MethodOnTextInputUpdate (Inherited from System.Windows.Controls.Control)
protected MethodOnValueChangedCalled when Value property changes or the contents of the editor changes.  
protected MethodOnValueTypeResolvedChangedCalled when the value of ValueType property changes.  
protected MethodRaiseValidationErrorRaises ValueInput.ValidationError event.  
protected MethodRevertValueBackToOriginalValue Called when ending edit mode and not accepting the changes.  
protected MethodSetVisualState Called to set the VisualStates of the editor  
protected MethodUpdateVisualStatesOverloaded.  Called to set the visual states of the control  
protected MethodValidateFocusSite Validates the focus site. Returns true if the focus site is acceptable.  
Top

Public Events

 NameDescription
public EventBindingValidationError (Inherited from System.Windows.FrameworkElement)
public EventDragEnter (Inherited from System.Windows.UIElement)
public EventDragLeave (Inherited from System.Windows.UIElement)
public EventDragOver (Inherited from System.Windows.UIElement)
public EventDrop (Inherited from System.Windows.UIElement)
public EventGotFocus (Inherited from System.Windows.UIElement)
public EventIsEnabledChanged (Inherited from System.Windows.Controls.Control)
public EventKeyDown (Inherited from System.Windows.UIElement)
public EventKeyUp (Inherited from System.Windows.UIElement)
public EventLayoutUpdated (Inherited from System.Windows.FrameworkElement)
public EventLoaded (Inherited from System.Windows.FrameworkElement)
public EventLostFocus (Inherited from System.Windows.UIElement)
public EventLostMouseCapture (Inherited from System.Windows.UIElement)
public EventMouseEnter (Inherited from System.Windows.UIElement)
public EventMouseLeave (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonDown (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonUp (Inherited from System.Windows.UIElement)
public EventMouseMove (Inherited from System.Windows.UIElement)
public EventMouseRightButtonDown (Inherited from System.Windows.UIElement)
public EventMouseRightButtonUp (Inherited from System.Windows.UIElement)
public EventMouseWheel (Inherited from System.Windows.UIElement)
public EventSizeChanged (Inherited from System.Windows.FrameworkElement)
public EventTextChanged Occurs when property 'Text' changes  
public EventTextInput (Inherited from System.Windows.UIElement)
public EventTextInputStart (Inherited from System.Windows.UIElement)
public EventTextInputUpdate (Inherited from System.Windows.UIElement)
public EventUnloaded (Inherited from System.Windows.FrameworkElement)
public EventValidationError Occurs when the user attempts to leave the editor with an invalid value.  
public EventValueChanged Occurs when Value property changes or the user modifies the contents of the editor.  
Top

See Also